I have wasted more hours than necessary on this one...I have a field that has numbers in it coming in from various tables. when i run a make table query, this field is output into the created table as a text filed, how do I fix this? Can anyone help?
Try this.
1. After running the make table query go into design view of the new table and change the data types and field sizes to what you want them to be.
2. Create a delete query to clear the new table.
3. Change the make table query to an append query.
4. Create a macro to open delete query then open append query. Set warnings off before the querys and back on after them.
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.