subforms

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

Guest

i created a subform to display on my main form. I used a dLookup property to fill in infoo from the main form

However, in form mode nothing appears in the subform. I set the parent/child relationship for the field student which appears in both tables... any suggestions would be greatly appreciated
 
i created a subform to display on my main form. I used a dLookup property to fill in infoo from the main form.

However, in form mode nothing appears in the subform. I set the parent/child relationship for the field student which appears in both tables... any suggestions would be greatly appreciated

DLookUp is a function, not a property; and you can't dlookup
information from a Form, only from a table or a query.

What is the Recordsource property of the subform? What are its Master
and Child Link Fields?
 
Back
Top