Thread: Sub Form Input
View Single Post
  #1  
Old December 20th, 2006, 05:20 PM posted to microsoft.public.access.forms
Nanette
external usenet poster
 
Posts: 151
Default Sub Form Input

I created a form with several subforms. To get the visual placement I wanted,
I split up some of the fields into several subforms (fields from the same
table). Now when data is entered, data from one subform is inputted onto one
line in the table, then when data is entered into another subform on the same
form (from the same table) data is inputted onto another line in the table.

Is there a way to get all the data from the separate subforms (from one
table) on one form to enter onto one line in the table?

OR is there another way to place fields of a subform onto a form so I can
move the subform fields to where I want them?