R
ReneeD
I have create a query which combines two tables; ASSETS and UNITINFO. The
UNITINFO table is linked from another database and the ASSETS table has a
field that looks up a field called UNIT # from the UNITINFO table. Both
fields are called UNIT # but the datatype on the UNITINFO table is set to
Text and the UNIT # field on the ASSETS table is set to Number since it is a
lookup field. I cannot change the datatype on the UNITINFO table to Number
as the field contains both numbers and text. So when I ran my query that I
created to pull data from both tables it gave me an error because the two
fields datatypes don't match.
I am thinking I need to use a query to change the datatype on the UNIT #
field in the ASSETS table to Text in order to get this query to work.
Can anyone show me how to go about this if its possible?
Thank you
UNITINFO table is linked from another database and the ASSETS table has a
field that looks up a field called UNIT # from the UNITINFO table. Both
fields are called UNIT # but the datatype on the UNITINFO table is set to
Text and the UNIT # field on the ASSETS table is set to Number since it is a
lookup field. I cannot change the datatype on the UNITINFO table to Number
as the field contains both numbers and text. So when I ran my query that I
created to pull data from both tables it gave me an error because the two
fields datatypes don't match.
I am thinking I need to use a query to change the datatype on the UNIT #
field in the ASSETS table to Text in order to get this query to work.
Can anyone show me how to go about this if its possible?
Thank you