M
michael_jacques
Hi,
Basically im trying to add a dlookup field to the form 'frminvoice', where
the user selects a 'Client name' from the combo box linked to the table
'tblclients', which is then used to find 'Address 1' in the table
'tblClients', and inserted into the address 1 field of the form.
Iv tried everything but cant get it to work.
My current code is =DLookUp(tblClient!"[Address 1]",["tblClient"], "[Client
Name] = " _ & Forms! [frminvoices] ! [Client Name] )
Any help would be gratefully appreciated.
Kind regards,
Michael Jacques
Basically im trying to add a dlookup field to the form 'frminvoice', where
the user selects a 'Client name' from the combo box linked to the table
'tblclients', which is then used to find 'Address 1' in the table
'tblClients', and inserted into the address 1 field of the form.
Iv tried everything but cant get it to work.
My current code is =DLookUp(tblClient!"[Address 1]",["tblClient"], "[Client
Name] = " _ & Forms! [frminvoices] ! [Client Name] )
Any help would be gratefully appreciated.
Kind regards,
Michael Jacques