Re: Sub form not displaying as continuous

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Not sure what you mean by "set the sub form to addnew". AddNew is a method
used by recordsets, and typically is not a property set for a subform.

Please give us more details about how you get to the subform and the code
that you're running before and after data entry.

--

Ken Snell
<MS ACCESS MVP>

"FatherBob" <FatherBob@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BAF39B15-7DA5-4FCC-A563-71073E9AE2B2@xxxxxxxxxxxxxxxx
>I came across a problem that I have set the sub form to addnew and
>continuous
> form, however when entering data in the subform and reaching the last
> field
> the next tab takes me to the beginning of the line I just typed ( I
> checked
> the sub record and it gets written). I really want to get a new line and
> be
> able to see all the records entered in continuous form mode. Any insights
> would be greatly appreciated.
>
>


.



Relevant Pages

  • Re: Sub form not displaying as continuous
    ... > FatherBob wrote: ... >>I came across a problem that I have set the sub form to addnew and continuous ... > The Tab key is just cycling to the next ...
    (microsoft.public.access.formscoding)
  • RE: Sub form not displaying as continuous
    ... > I came across a problem that I have set the sub form to addnew and continuous ... however when entering data in the subform and reaching the last field ... > the sub record and it gets written). ...
    (microsoft.public.access.formscoding)
  • Re: Multiple recordsets into single recordset?
    ... Once the recordsets are created you have little choice other than to create ... a new recordset in code and then loop through the other recordsets, ... AddNew to add their data to the new RS. ... You're better off combining the data at the data source, ...
    (microsoft.public.vb.general.discussion)