I am converting a lot of Access97 databases into 2000 and I need to change a lot of Table/Text Fields to unicode Compression to YES.
How can this be done in vba code. I was thinking if I could open a list of all tables, go though all fields, find text fields, then change the UCode to yes.
How do I do that using a function. Thanks
How can this be done in vba code. I was thinking if I could open a list of all tables, go though all fields, find text fields, then change the UCode to yes.
How do I do that using a function. Thanks