Append Questions

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

Guest

I have two databases. One is split, the other is not. Is it possible for me
to run an append query from a form in my split database to append a table in
the other database? If so, can someone kinda get me started with how to do
this? I've never worked outside of the current database before. Thanks...
 
I have two databases. One is split, the other is not. Is it possible for me
to run an append query from a form in my split database to append a table in
the other database? If so, can someone kinda get me started with how to do
this? I've never worked outside of the current database before. Thanks...

If you have linked the table to your frontend, you can append to the
linked table just the same as you would to a local table.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 
Back
Top