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
OpenOffice 3.2 GPO Install Problem
Motherboard driver CD for HCL - P5GD2-TVM/GB/SI
Stolen Laptop Remote Desktop
VB.NET - Databinding and Combo UserControl
Digital signature control not visible
Calender applications.....
Integrating projects
Upgrade Sqlite in RHEL5.4
two things with CSS menu
How many types of pages r there in SQL Server?