L
Linda
I have several tables that use Autonumber as the PK
ContractNum Table
Autonumber PK
ContractNum
ContractTitle
ContractComments
VendorNameTable
Autonumber PK
CompanyName
CompanyAddress
CompanyCity
VendorFeeTable
VendorID PK
FeeNum PK
FeeAmount
FeeAddAmount
FeeNumTable
FeeNum PK
FeePhrase
FeeDiscription
when I delete a contractnum or Vendor
the next new contractnum or new vendor
is out of sync and retreives information
from another contractnum or vendor
The relationship is 1:Many for Contractnum & Vendor
and 1:Many for FeeAmount & FeeNum tables
The VendorFeeTable is the junction to the Many:Many
ContractNum Table
Autonumber PK
ContractNum
ContractTitle
ContractComments
VendorNameTable
Autonumber PK
CompanyName
CompanyAddress
CompanyCity
VendorFeeTable
VendorID PK
FeeNum PK
FeeAmount
FeeAddAmount
FeeNumTable
FeeNum PK
FeePhrase
FeeDiscription
when I delete a contractnum or Vendor
the next new contractnum or new vendor
is out of sync and retreives information
from another contractnum or vendor
The relationship is 1:Many for Contractnum & Vendor
and 1:Many for FeeAmount & FeeNum tables
The VendorFeeTable is the junction to the Many:Many