Microsoft
Software
Hardware
Network
Question : DLookup Code
I have a small problem, i think due to the fact that my table field names "product description" and "Item Ref" have spaces
Can anyone assist with the code correction?
ProductDescription = Nz(DLookup("Product description", "tbl_LookupItemMaster", "Item Ref = '" & Forms!frm_ComplaintForm!Pa
rtNo & "'"), "Not Listed")
Answer : DLookup Code
enc losed them in square brackets []
ProductDescription = Nz(DLookup("[Product description]", "tbl_LookupItemMaster", "[Item Ref] = '" & Forms!frm_ComplaintForm!Pa
rtNo & "'"), "Not Listed")
Random Solutions
i have xenapp do i need xendesktop
Do not ask me again!
How can I sync up two web servers using Windows Server 2008 or thus Windows Server 2008 has this function?
Error ORA-1722 when DAO is writing data to an Oracle 11g database
SharePoint 3.0 Central Administration not loading
Grab last two lab results
Problem with FindString IN SSIS
Laptop fan high RPM
HP Dataprotector error "Automatic DR information could not be collected"
null pointer exception issue