subforms

E

ED

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
 
J

John Vinson

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top