Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change Data Type with Query? 2

Status
Not open for further replies.

ThunderGeek

Technical User
Joined
Nov 29, 2004
Messages
38
Location
US
Greetings
My problem involves two tables.
Table number1 is [orders], with field name OrderID
table number 2 is [WorldShip], with field name Order_Id
I am trying to wirte an append query that appends data from orders to WorldShip. I keep getting a type mismatch when I run the append query. I know what the problem is. The data type is Long Integer, autonumber in [Orders].[OrderID] and it is text in [WorldShip].Order_Id.
My question is - can I somehow change the data type in the query with code to append?
Any help is appreciated.
Thanks TG
 
Great :)
Thank you for the help
TG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top