H
hughess7
Hi all
We use Access as a standalone system out in the field, each auditor has
their own copy (clone) of the database and we send them small mdb 'transfer'
files containing a subset of data they need to work with (we hold the master
data in huge mdb files at the office). Once they have audited they send this
back to us and we import the results, which will be a cutdown number of the
records we sent them initially.
The key for the related tables was Country, Dealer, ClaimNo, ReviewDate,
AuditNumber but I want to simplify this to one unique ref [AuditClaimRef]. I
can't use an Autonumber as the data is deleted and appended each time, to
Claim Data in the transfer mdb, and we claim the data for all of them.
I was thinking of having a new table that contains just one field which
holds a count. Every time data is produced in [Claim Data] this amount would
increase by the number of records claimed, and each row in [Claim Data] would
be assigned a number sequentially from within this range (old to new number).
Would this work, should I be doing this differently?
Sorry if the above is not clear, I know using Access in this manner is not
the best way of doing this, and we should move to a web based system, but
this is what we have to work with for now...
Hope it makes sense!
Thanks in advance for any help.
Sue
We use Access as a standalone system out in the field, each auditor has
their own copy (clone) of the database and we send them small mdb 'transfer'
files containing a subset of data they need to work with (we hold the master
data in huge mdb files at the office). Once they have audited they send this
back to us and we import the results, which will be a cutdown number of the
records we sent them initially.
The key for the related tables was Country, Dealer, ClaimNo, ReviewDate,
AuditNumber but I want to simplify this to one unique ref [AuditClaimRef]. I
can't use an Autonumber as the data is deleted and appended each time, to
Claim Data in the transfer mdb, and we claim the data for all of them.
I was thinking of having a new table that contains just one field which
holds a count. Every time data is produced in [Claim Data] this amount would
increase by the number of records claimed, and each row in [Claim Data] would
be assigned a number sequentially from within this range (old to new number).
Would this work, should I be doing this differently?
Sorry if the above is not clear, I know using Access in this manner is not
the best way of doing this, and we should move to a web based system, but
this is what we have to work with for now...
Hope it makes sense!
Thanks in advance for any help.
Sue