i am struggleing with D lookups, they work on my other database but not on this one. i have a table holding individuals info. so i want to input their initials and there name to automatically populate
=DLookUp("[Name]","[Individuals Details]","[Initial]='" & [Forms]![Comp Subform1]![Initial] & "'")
Soi want ot look up the name in the table when initials are selected on form.
does that make sense
the Initials on the form have to be selected from a list
thanks
=DLookUp("[Name]","[Individuals Details]","[Initial]='" & [Forms]![Comp Subform1]![Initial] & "'")
Soi want ot look up the name in the table when initials are selected on form.
does that make sense
the Initials on the form have to be selected from a list
thanks