CREATE TABLE query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to write a create table query to create a new table on the back
end of a split database. I can easily create the table on the machine running
the front end of the database. What is the best way to achieve this. Many
thanks in advance
 
Hi,


Open a database object on the backend. Take a look at
DBEngine.Workspaces(0).OpenDatabase. Operations defined with reference with
that object would happen ... on that database. If you need ADO rather than
DAO, open a connection object.



Hoping it may help,
Vanderghast, Access MVP
 
Back
Top