Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import a column from MDB to ADP

Status
Not open for further replies.

Aliffi

MIS
Jan 9, 2005
51
BE
Hi , i have a ticky question

How can we import one cloumn with all its data from a MDB Table to an ADP table

regards
 
I don't know if this is what you want to do, but the easiest way is to simply selct the entire colum, and copy and paste it into another column.

Sorry if this is not what you want.
 
An Access MDB will allow a connection to ADP data (actually you connect to the SQL table wherever it is held). Then you can use Access queries to update SQL tables.

This is especially handy because you can connect to the database where your MDB tables are and the SQL tables at the same time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top