P
Pip''''n
I have a form that prepares data for an invoice. The form is linked to it's
own table "UnitSales" and is populated from a table called "TCA" the invoice
report is then generated primarily from the "UnitSales" table. Both tables
link to a third table called "StockUnits" containing information regarding
the unit to be sold.
Recently I have added fields to the UnitSales table to facilitate
denormalization to speed up query times and reduce locks on records over
multiple tables as this is a multi-user system. I now get the error:
"Records in table 'StockUnits' would have no record on the 'one' side"
Where do I start looking for the error?
Thanks,
Pip''n
own table "UnitSales" and is populated from a table called "TCA" the invoice
report is then generated primarily from the "UnitSales" table. Both tables
link to a third table called "StockUnits" containing information regarding
the unit to be sold.
Recently I have added fields to the UnitSales table to facilitate
denormalization to speed up query times and reduce locks on records over
multiple tables as this is a multi-user system. I now get the error:
"Records in table 'StockUnits' would have no record on the 'one' side"
Where do I start looking for the error?
Thanks,
Pip''n