XXXXA subform problemXXXX

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two forms: Form "Names" and Form "Details"

Here's what I need to do:

Form Names only has ID and Name on the form
Form Details has check boxes, drop downs, memo fields and comb boxes (set up
as a single form entry form)

Question: Is there a way of making this work like a subform where the form
"Names" is unique and form "Details is a many relationship and scroll each
record like a subform does. The problem with the wizard subform is all the
data is going across the screen. I need it to look like a form and scroll
only what is relationed to the ID relationship. I hope I'm making myself
clear. Basically two form that are related as form "names" so does "details"
and the same as you add data to it.

thanks
 
First of all, make sure that the wizard button is depressed in your toolbox.
Then, with the "Names" form open in design view, resize your window so that
you can see the database window. Drag the "Details" form onto the "Names"
form. Define the parent and child field names for the main form / subform
link. Save the form.
 
Thanks Rowiga

rowiga said:
First of all, make sure that the wizard button is depressed in your toolbox.
Then, with the "Names" form open in design view, resize your window so that
you can see the database window. Drag the "Details" form onto the "Names"
form. Define the parent and child field names for the main form / subform
link. Save the form.
 
Back
Top