Front End/Back end linked Tables

M

Mustafa

Hi,

One of the features of the front end in my database is to
create tables, however the table is created in the front
end (MDE) application and not in the back end... I need
this to be the other way around! How would I create the
table in the back end (MDB) file and not in the front
end? The tables are created using SQL create table
statement in VBA beneath a button. I really hope this is
possible!!

Thanks in advance.
 
G

GVaught

Generally, you have to open the backend database and create the tables there
and then link them into the mde.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top