G
Guest
I keep getting a run time error 2001 (or #Error etc)after choosing a
ProductID from the combo i have tried OnExit,LostFocus and putting the
Dlookup in the control source and setfocus if someone could point me in the
right direction for me to try and figure out myself.
Thanks
txtInvoiceDescription.SetFocus
txtInvoiceDescription = DLookup("[InvoiceDescription]", "tblProducts",
"ProductID = " & Forms!fsubInvoiceDetail!cmbProductID)
ProductID from the combo i have tried OnExit,LostFocus and putting the
Dlookup in the control source and setfocus if someone could point me in the
right direction for me to try and figure out myself.
Thanks
txtInvoiceDescription.SetFocus
txtInvoiceDescription = DLookup("[InvoiceDescription]", "tblProducts",
"ProductID = " & Forms!fsubInvoiceDetail!cmbProductID)