S
SF
Hi,
I have a continous form have ProductCode, ProductName, Qty, UnitPrice,
Discount and Sale Amount bound to a temporary table (ADP). Everytime when
user type in the Product Code, I use DLOOKUP to look for other related
information such as ProductName, UnitPrice etc... for the ProductCode
entered from tblProduct.
This work perfectly but dlookup didn't check for the availabilty of the
product in tblProduct. Sometime I got a blank record.
Is there a way to avoid blank record like this.
Regards
SF
I have a continous form have ProductCode, ProductName, Qty, UnitPrice,
Discount and Sale Amount bound to a temporary table (ADP). Everytime when
user type in the Product Code, I use DLOOKUP to look for other related
information such as ProductName, UnitPrice etc... for the ProductCode
entered from tblProduct.
This work perfectly but dlookup didn't check for the availabilty of the
product in tblProduct. Sometime I got a blank record.
Is there a way to avoid blank record like this.
Regards
SF