Data Types from different sources?

bsnapool

Registered User.
Local time
Today, 06:44
Joined
Nov 17, 2006
Messages
96
Hi,

Wondering if anyone has a solution for my problem.

I have 2 data sources, one which is an ODBC and one which is an import table. I have a 2 queries each querying the 2 data sources seperatly.

My problem is... One of the fields which I need to do a join to a reference table has a different data type in each of the data sources. I have tried changing this in the imported table NO JOY!! You cant change the data type in the ODBC link.

Is the anyway round this?

Any help appreciated...
 
you can convert one of the data types in the JOIN statement though.
 
What function would i use for this?
 
Depends. If for example you had a numeric ID held in a text field you could use CInt() to make it an integer. All the type conversion functions start with C so have a look at the alphabetical list of functions in Access help.
 
Thanks for your help... Will post back when sorted.

:)
 

Users who are viewing this thread

Back
Top Bottom