Create New Back End table

jimmyspinner

New member
Local time
Today, 17:23
Joined
May 17, 2007
Messages
8
Hi there,

Please help, I've trawled this site and others in an attempt to find some code to create a table in my database without success. The database is already split and therefore needs to be created in the back end and would happen when the user logs in for the first time to the front end.

The database is already out there and being used. I've seen examples of the TransferDatabase which I would add to the code on the login script but is there another way to do this? Or am I clutching at straws and should just use the TransferDatabase function.

Thanks in advance for your comments/help

Cheers

Dave aka Jimmyspinner
 
but note it is far from easy to create tables, and manipulate their properties in code - especially something like the relationships window. Note that the back end may be in a different Access version, which may prevent some actions altogether.

Maybe an easier way is to create the table in the front end, export it to the back end, delete the original table, and then relink the back end
 
Sorry for the late reply and thanks both for your suggestions. Decided to go with Dave's suggestion and have made some good progress with this now.

Cheers

Dave (Jimmyspinner)
 
Maybe an easier way is to create the table in the front end, export it to the back end, delete the original table, and then relink the back end

Actually, the relationships should be defined in the BACKend and not the frontend.
 

Users who are viewing this thread

Back
Top Bottom