I have a table that contains the "Company Bame" and the "Company Number". I import a table from a supplier that contains the company number as UserID. My company number is a number, the supplier has the UserID as text.
I want to include the company name in a report. I have a query that collects the data I want for the report but I can't figure out how to to select the company name, I need the UserId as a number. I have tried Cint(userid) but get verious errors such as "Invalid use of null."
Any ideas are appreciated.
Ron--
I want to include the company name in a report. I have a query that collects the data I want for the report but I can't figure out how to to select the company name, I need the UserId as a number. I have tried Cint(userid) but get verious errors such as "Invalid use of null."
Any ideas are appreciated.
Ron--