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
XP 10 inbound connection limit question
Network connection intermittently blocks a port Error 619
How to Determine what SQL Databases are Installed & Running?
Make list of all changes in the next 5 days
MS-Access doesn't recognize all rows in text file ...
Downgrade to XP
average value of a function
Cost of CAT5e cable installation
BGINFO via GPO server 2008, error loading bgi file even though its all loaded correctly
Any ideas how to create your own loadbalancer using linux?