I'm wondering if its at all possible to make a query that contains a join between two different data types (number and text). I cannot find a way. Thanks for the help...
MPastore's method works well, but is obviously only a short term solution. The ideal method is obviously to change the data type in the table if at all possible to match.
You can then set a foreign key between the two if needed and that speeds queries up significantly.
It's not really possible with my system at work, we use an MRP(manufacturing resource planning) system called BAAN. Its tables are locked and the fields aren't changable. The reason I needed to do this was because a quote response letter program I'm writing in Access uses an autonumber field to generate quote numbers, and BAAN must store this in a reference field which is text.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.