i've beat my head on the table for this n spent hours searching the net but i cant find out whats wrong.. (btw, i'm pretty new to access..)
i've got a Customers table with information on customers, and another table, Customer Transactions. ive got a lookup box in the customer tranasactions table that looks up the customer code. i want the customer name and delivery address to automatically pop in their fields..
i tried using this in the after event:
CustomerName= dlookup("Custom erName","Custom ers","customerC ode=" & CustomerCode)
but i get different errors everytime i try it.
thanks to anyone who replies..
i've got a Customers table with information on customers, and another table, Customer Transactions. ive got a lookup box in the customer tranasactions table that looks up the customer code. i want the customer name and delivery address to automatically pop in their fields..
i tried using this in the after event:
CustomerName= dlookup("Custom erName","Custom ers","customerC ode=" & CustomerCode)
but i get different errors everytime i try it.
thanks to anyone who replies..
Comment