G Guest Jul 4, 2007 #1 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.
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.
G Guest Jul 4, 2007 #2 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.
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.