I use an intermediate table to link serial numbers and a particular product,
which was then referenced in the desptach process. This I called the supply
table.
In access I used a subform, linked inside a form showing one of the product
levels. This subform would allow the user to add a new serial number row and
a new supply table row. This now fails, as the sql server does not seem to
handle moving the serial number table primary key, into the supply table.
How do I get round this, should I use triggers in the sql server, or VBA
code on the insert event, or something else?
If I use the local tables the query works, but of course the data is only
local. Any ideas anyone?