Update current record

R

Roger Bell

Is there an 'On Click' Event procedure that you can write so that details in
an existing data Base are updated to another data base, just for the
displayed record, using a control tab based on a query.

Thanks for any help
 
R

RBear3

What are you trying to accomplish? Typically, if data is shared by multiple
databases, you would simply link to the tables that you need to pull data
from. In other words, you would have one table in a database file and any
other databases that need information from that table would have a linked
table for it. No coding needed.

An example of this would be a Client table that might be used by a billing
department, a sales department, and a support department. Each of those
departments might have their own databases with tables related to their
jobs, but they would all share the client table.
 
Top