P
Pip''''n
I am building a database that tracks a dealership's current stock and sales.
Units are added as records to a table called "StockUnits". A "TCA" is created
to negotiate a deal with a customer. An "Appraisal" for a trade in can be
attached to the "TCA". Multiple TCAs can be created for a single stock unit.
From the TCA the salesman can continue with the sale to create a record in
the "UnitSales" table. From here a button is clicked and an invoice number is
generated and the sale is completed.
When I click from the "TCA" to the from for "UnitSales" I receive the error:
"Records in table "TCA" would have no records on the 'one' side" This is an
error that keeps returning and I keep fixing it. Usually the error is
encountered when a new record in the "UnitSales" table is required. Any
suggestions would be greatly appreciated.
Units are added as records to a table called "StockUnits". A "TCA" is created
to negotiate a deal with a customer. An "Appraisal" for a trade in can be
attached to the "TCA". Multiple TCAs can be created for a single stock unit.
From the TCA the salesman can continue with the sale to create a record in
the "UnitSales" table. From here a button is clicked and an invoice number is
generated and the sale is completed.
When I click from the "TCA" to the from for "UnitSales" I receive the error:
"Records in table "TCA" would have no records on the 'one' side" This is an
error that keeps returning and I keep fixing it. Usually the error is
encountered when a new record in the "UnitSales" table is required. Any
suggestions would be greatly appreciated.