Disasterpiece
Well-known member
What I have is a program that creates a Database entry into a Users table - You create a login account and it adds that info to the User Table. I have an Autonumber ID as the Primary Key, and what I would like to do is create a new Table for each Autonumber ID - The program is a checking account program, so for each user I would like them to have their own new Table for transactions, and for the table of each user to be named whatever their ID Number is.
How would I do this? IE what is the syntax for creating a Table in a DB?
Thanks!
How would I do this? IE what is the syntax for creating a Table in a DB?
Thanks!