S
Simon
I am using Dlook up on my ordering system to get the price of the good.
I have a combo box that i select the product and the i want it to look
up the price from the tblProducts
i have the following code
Price = DLookup("[Price]", "tblproducts", "[IDNumber] = Me.IDNumber")
when i run it i get the following error
Run-time Error 2001
You canceled the previous operation
Can any one tell me how to fix this
I have a combo box that i select the product and the i want it to look
up the price from the tblProducts
i have the following code
Price = DLookup("[Price]", "tblproducts", "[IDNumber] = Me.IDNumber")
when i run it i get the following error
Run-time Error 2001
You canceled the previous operation
Can any one tell me how to fix this