Hi Experts,
I am trying to makes this Dlookup work, but I keep getting the message:
Run time errpr '3075' - syntax error (missing operatar in query expression.
TOP50_Navn = DLookup("[TOP50_Navn]", "InternKundeMap pingFil", "Customer_Numbe r=" & Customer_Number )
any suggestions??
thanks,
TUer
I am trying to makes this Dlookup work, but I keep getting the message:
Run time errpr '3075' - syntax error (missing operatar in query expression.
TOP50_Navn = DLookup("[TOP50_Navn]", "InternKundeMap pingFil", "Customer_Numbe r=" & Customer_Number )
any suggestions??
thanks,
TUer
Comment