boblarson
Smeghead
- Local time
- Today, 12:30
- Joined
- Jan 12, 2001
- Messages
- 32,040
I have gotten the ALTER TABLE code down to be able to add a column to my table. But, it is BIT datatype (Boolean) and I need to set the Format to YES/NO as it currently is 0/-1 after adding the column.
Anyone know code to do this? I need to do this via code as I am creating a tool to update 20 customer databases for the customer so they don't have to try to get into the inner workings of the database. The .mdb file that is being updated is a backend and then we're distributing a new frontend.
Thanks for any help.
Bob Larson
Anyone know code to do this? I need to do this via code as I am creating a tool to update 20 customer databases for the customer so they don't have to try to get into the inner workings of the database. The .mdb file that is being updated is a backend and then we're distributing a new frontend.
Thanks for any help.
Bob Larson