Hi
I have a Continuous Form with an Unbound TextBox, its Data property has
I am getting one price for all the records. I expect to get the correct price for each item.. Please help.
Thank you.
I have a Continuous Form with an Unbound TextBox, its Data property has
The form Data is based on tblItems=DLookUp("price","tblPrices","SupplierID = 1" And "ItemID = [itemID]")
I am getting one price for all the records. I expect to get the correct price for each item.. Please help.
Thank you.