lgalumbres
New member
- Local time
- Yesterday, 19:25
- Joined
- Oct 19, 2004
- Messages
- 5
I created a make table query that joins two tables together in relation to account numbers. The query works perfect except for one of the fields. When the query is ran... it will ask to enter a parameter... which is in text format. When the query is finished the table is created. The field where it ask to enter a parameter should be in text format... but intead it gets created in binary format. I need it in text format because the application im exporting that table to does not read binary.. I know I can go to the design view on that table and change the field to text but I dont want to be doing that everytime I run the query... Any suggestions?