murray83
Games Collector
- Local time
- Today, 12:27
- Joined
- Mar 31, 2017
- Messages
- 827
Hi All
have been give the task of marinating a database but the column names have spaces and I don't want to change them as It may effect other parts of the DB
but I have a dlookup that I would like/need to add but it just comes back with the ol #error
here is my code
any help on how to fix this with out breaking the DB would be great
cheers
have been give the task of marinating a database but the column names have spaces and I don't want to change them as It may effect other parts of the DB
but I have a dlookup that I would like/need to add but it just comes back with the ol #error
here is my code
Code:
=DLookUp("[Supplier Name]","tblSupplierDetails","[Supplier Alpha Number]= Forms![frmComplianceFailureDataEntry]!'Supplier Number'")
any help on how to fix this with out breaking the DB would be great
cheers