ghudson
Registered User.
- Local time
- Today, 09:53
- Joined
- Jun 8, 2002
- Messages
- 6,193
Can I change the order of my fields in my table using VBA? I have an autonumber field that I create [add to a table] using VBA and it always adds the new autonumber field to the end of the table. I need to move the new autonumber field to the beginning of the table.
I am using the function
Creating an AutoNumber field from code I found @ MVPS
Thanks in advance for your help!
I am using the function
Creating an AutoNumber field from code I found @ MVPS
Thanks in advance for your help!
Last edited: