judyscofield
Programmer
In an Access2000 app I have a create table query that uses First or Min options in the Totals line. This creates a table with a field size of 255 for those fields.
I need to convert this app backwards to Access97 as some users only have 97 on their machines. I get an error in the conversion that the field size is too long. The table is created new each time the app is run. How can a alter the field size in code after the table is created soit will convert?
I need to convert this app backwards to Access97 as some users only have 97 on their machines. I get an error in the conversion that the field size is too long. The table is created new each time the app is run. How can a alter the field size in code after the table is created soit will convert?