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
Web Server Maintenance Page redirect?
Modify Excel VBA to include a range of cells
Php concanation text
BCP Test and Backup Exec 2010 Catalogs
How to reset PHP Session Handler to default
Installing SSL cert on Exchange 2007
Domain rename prior to consolidation
server raid6
When I can #import a dll and when must I #import a tlb?
Disable SID Filtering in a Windows 2000 domain