Can i use the dlookup() feature on a form?
I would base the dlookup on the result of field on the form. This form will of course feed a table.
The table "Vendor List" includes both fields "Vendor Name" and "Vendor Nbr".
THe form name is "Vendor-REp Info". The form has the following as Row Source SELECT [vendor list].[Vendor Name], [vendor list].[Vendor Nbr] FROM [vendor list] ORDER BY [vendor list].[Vendor Name];
The dlookup i created is the following, it does not feed the "vendor name" int table. Waht am i doing wrong
=DLookUp("[Vendor Name]","Vendor list","[Vendor list]![Vendor Nbr]=&[Vendor Info]&")
Thanks in Advance
I would base the dlookup on the result of field on the form. This form will of course feed a table.
The table "Vendor List" includes both fields "Vendor Name" and "Vendor Nbr".
THe form name is "Vendor-REp Info". The form has the following as Row Source SELECT [vendor list].[Vendor Name], [vendor list].[Vendor Nbr] FROM [vendor list] ORDER BY [vendor list].[Vendor Name];
The dlookup i created is the following, it does not feed the "vendor name" int table. Waht am i doing wrong
=DLookUp("[Vendor Name]","Vendor list","[Vendor list]![Vendor Nbr]=&[Vendor Info]&")
Thanks in Advance