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 / Queries / May 2006

Tip: Looking for answers? Try searching our database.

Union Query Maybe?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mr-Re Man - 18 May 2006 12:21 GMT
Hi, I don't know if this is possible but here goes.....

Database been created to log incoming mail to be tracked, some users would
like to use excel to input the data and have it merge into the main query.

Possible problem: the database table/query creates a LetterID using
<autonumber> for each piece of mail that is logged as several users will be
entering mail in each morning.

I agree with your first thoughts, have them use Access instead, but I need
an option if they cannot use it.
Klatuu - 18 May 2006 17:04 GMT
Create a "transfer" table that has the same field layout as the excel
spreadsheet.
Create an Append query to append data from the transfer table to the table
with the autonumber. Do not include the autonumber field in the append query.

Then, to get the data in:
Delete any data in the transfer table.
Import the spreadsheet into the transfer table using Transferspreadsheet.
Run the append query.
When it appends records to the table with the autonumber field, an
autonumber will be assigned to each record.

> Hi, I don't know if this is possible but here goes.....
>
[quoted text clipped - 7 lines]
> I agree with your first thoughts, have them use Access instead, but I need
> an option if they cannot use it.
 
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.