Transfer information into a new DB

J

JOM

How will I create a Macro that would transfer some information(table) from my
current database into a new database with where the current [status] of that
information is pending
 
V

Van T. Dinh

Use TransferDatabase Action (Macros) or TransferDatabase Method (VBA).

Check Access Help on this action / method.
 
Top