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
Bind List<List<string>> to Grid
HP Desktop memory
httprequest in Php
namespace question
2 factor authentication
Cisco Switch not configured with TACACS asks for username?
PIX 515 to ASA 5505 VPN tunnel problems...
Interpreting Outlook Log File
How do i stop computer from crashing with code Ox0000001A
PHP error handling, how to add error text to html