SysDupe123
Technical User
I'm getting a compile error and I've got a basic function in my query. I haven't had this before and I'm at a loss at what to do. This is the entry that is giving me trouble.
Key2: [first name] & [last Name] & Trim(Val(Right([CustID],4)))
How can I get this to work?
Key2: [first name] & [last Name] & Trim(Val(Right([CustID],4)))
How can I get this to work?