Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Importing / Linking / May 2008

Tip: Looking for answers? Try searching our database.

Locate a single row in excel

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Steve - 21 May 2008 19:39 GMT
I'm trying to update a single customer in Access with information stored in
an xls spreadsheet. If column A, for example, contains the Customer Id's, how
would I look for the row in xls that matched my customer_Id in Access?
Pete D. - 21 May 2008 23:57 GMT
I would go the other way and import the spreadsheet into access complete to
a new table and then do an update query.  Link the two tables customer id
together and query is done.

> I'm trying to update a single customer in Access with information stored
> in
> an xls spreadsheet. If column A, for example, contains the Customer Id's,
> how
> would I look for the row in xls that matched my customer_Id in Access?
Klatuu - 23 May 2008 14:46 GMT
Use the transferSpreadsheet method to links the spreadsheet as a table.  Open
the table as a DAO recordset.  Use the FindFirst method to locate the
customer.
Signature

Dave Hargis, Microsoft Access MVP

> I'm trying to update a single customer in Access with information stored in
> an xls spreadsheet. If column A, for example, contains the Customer Id's, how
> would I look for the row in xls that matched my customer_Id in Access?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.