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
ms access update query
Move Mailbox Powershell Script (sending Welcome e-mail HTML format)
What is the proper DNS settings for ...
Recommended Anti-Virus, Anti-Malware for Droid Phones
JQuery based image (actually an element of code) rotator
Code line too long
Microsoft Windows XP Repair Instalation Stuck
Loan application function
Memory Advanced ECC Mode with Mixed DIMM Capacities on Dell R710 PowerEdge
MS DNS Server - need to resolve all domains to one iternal IP address