cprobertson1
Registered User.
- Local time
- Today, 16:47
- Joined
- Nov 12, 2014
- Messages
- 36
Good morning folks!
I am currently developing a database that will be used to keep track of procedures and specifications for an engineering plant.
One of the features requested is the ability to import excel tables for a particular job, containing a list of the required procedures and specs - but I've ran into a problem.
Each job is tied to a contract number, so that if we get a repeat job - they just import the old job under a different contract number - simple right?
But the problem is I need to prevent importing the same job under the an existing contract number - meaning I need to prevent any entries that are an exact duplicate of a previous record - at the import stage.
Can anybody point me in the right direction?
Many thanks in anticipation!
NOTE: import is currently being handled by a DoCmd.TransferSpreadsheet function.
I am currently developing a database that will be used to keep track of procedures and specifications for an engineering plant.
One of the features requested is the ability to import excel tables for a particular job, containing a list of the required procedures and specs - but I've ran into a problem.
Each job is tied to a contract number, so that if we get a repeat job - they just import the old job under a different contract number - simple right?
But the problem is I need to prevent importing the same job under the an existing contract number - meaning I need to prevent any entries that are an exact duplicate of a previous record - at the import stage.
Can anybody point me in the right direction?
Many thanks in anticipation!
NOTE: import is currently being handled by a DoCmd.TransferSpreadsheet function.