show a value of a form,query or table in the other form

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

Guest

Please I want use or show a value of a field of a closed form (other form) on
the open or current form in a text box.
 
You can't refer to a field in a closed form, instead refer to the field in
the table using DLookUp

=DlookUp("[Fieldname]","[TableName]")

Look at the help file for addition example on how to add a criteria, if
needed.
 

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

Back
Top