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
>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.


The Tab key is just cycling to the next (in this case a new)
record. It sounds like you have the subform's DataEntry
property set to Yes.

--
Marsh
MVP [MS Access]
.



Relevant Pages

  • Re: how to hide part of the form
    ... elements below your subform at runtime and then resize form using ... I assume you are displaying the Sub form as a datasheet. ... > record1 to fieldA record2, either by enter key or tab key. ...
    (microsoft.public.access.formscoding)
  • how to hide part of the form
    ... I have a subform. ... Also on the sub form, I have trouble make it looks right. ... I want the cursor to move down a record vertically i.e. from fieldA ... either by enter key or tab key. ...
    (microsoft.public.access.formscoding)
  • RE: Form, Subform, Tab key
    ... BM_DataEntry's 1st subform is called Details_Subform. ... could you show the steps to move cursor from "last field" of 1st ... the need for me to do anything other than hit the Tab key). ... > ' Field on sub form ...
    (microsoft.public.access.forms)
  • RE: Cycle Property Problem!
    ... Try abd write on the on the on current event of the sub form ... "John Piotrowski" wrote: ... > with a subform and I only want 1 record added in the subform. ... > CYCLE property to "Current Record" and that prevents the TAB key from ...
    (microsoft.public.access.forms)
  • Re: When should I opt to use a subform?
    ... andreainpanama wrote: ... What is the advantage of using a sub form? ... For entering data that is "related" to the data in the main form. ... LineItems ordered (subform). ...
    (microsoft.public.access.gettingstarted)