Hi .........
I'm not good at Access but always try to make things work.....'cause i have habbit of correcting my self.
I have a database , in which I have a form for purchase orders with the following fields.
ProductId
ProductDescript ion
UnitPrice
What I'm trying to do is to dlookup is the Price & the ProductDescript ion, when ProductId is typed.
DLookUp("UnitPr ice","Products" ,"ProductID = " & [ProductID])
I am successful in getting UnitPrice as soon as I type the ProductID but not the ProductName. Is is possible to include it in the same expression.
Can u please help me............
Thanks
Prashant
I'm not good at Access but always try to make things work.....'cause i have habbit of correcting my self.
I have a database , in which I have a form for purchase orders with the following fields.
ProductId
ProductDescript ion
UnitPrice
What I'm trying to do is to dlookup is the Price & the ProductDescript ion, when ProductId is typed.
DLookUp("UnitPr ice","Products" ,"ProductID = " & [ProductID])
I am successful in getting UnitPrice as soon as I type the ProductID but not the ProductName. Is is possible to include it in the same expression.
Can u please help me............
Thanks
Prashant
Comment