Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Updating Excel imports

I am importing data from Excel forms into Access tables.
I want each form to have a unique number, such as
RFI_001, that cannot be duplicated in Access.

Example problem:
RFI_001 is imported into Access, then that Excel file is
emailed out to another party for a response.
When the response is received, I want to replace the
previously imported RFI_001 with the new one--the one
with the response.

If I make RFI the key field in Access, the
subsequent "responded-to" RFI_001 will not be allowed to
be imported and overwrite the originally imported RFI_001.
(I still want to maintain the integrity of the unique
number RFI_001.)

Is there a way to do what I'm trying to do?

Thanks for your help.

John














  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 52
Default Updating Excel imports

One way would be to import the data into a table with the same
structure, then run an update query to change the matching record in the
main table.

John Hipskind wrote:
I am importing data from Excel forms into Access tables.
I want each form to have a unique number, such as
RFI_001, that cannot be duplicated in Access.

Example problem:
RFI_001 is imported into Access, then that Excel file is
emailed out to another party for a response.
When the response is received, I want to replace the
previously imported RFI_001 with the new one--the one
with the response.

If I make RFI the key field in Access, the
subsequent "responded-to" RFI_001 will not be allowed to
be imported and overwrite the originally imported RFI_001.
(I still want to maintain the integrity of the unique
number RFI_001.)

Is there a way to do what I'm trying to do?

Thanks for your help.

John
















--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access autonumber field changes to date format when Excel imports NDC Excel Discussion (Misc queries) 0 February 17th 10 11:05 PM
Excel Access Imports Tom J Excel Discussion (Misc queries) 4 May 9th 08 07:26 PM
Regular imports to excel [email protected] Excel Discussion (Misc queries) 3 April 15th 06 02:24 PM
Quickdoc imports to Excel 2003 hyperlink trouble john mcmichael Excel Discussion (Misc queries) 0 March 3rd 06 02:30 PM
Unable to open excel imports on new computer Darlo Excel Discussion (Misc queries) 2 November 8th 05 03:42 PM


All times are GMT +1. The time now is 12:17 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"