L
Looch
I'm somewhat new to SQL but have been at it for a few weeks now
When i run the following query i get the 'cannot append due to lock
violations, key violations...etc'
insert into mitsudates (rolloutID)
select rollout.rolloutID
from mitsudates, rollout
where mitsudates.serialnumber = rollout.column_4x6_serial
rollout.rolloutid and mitsudates.rolloutid is a one to many
relationship (rollout-->mitsudates if it matters(?))
rollout.rolloutid is a primary key, i've tried it set as an autonumber
and number
All contraints for both fields in each table are the same looking at
each table in design view.
Help!
When i run the following query i get the 'cannot append due to lock
violations, key violations...etc'
insert into mitsudates (rolloutID)
select rollout.rolloutID
from mitsudates, rollout
where mitsudates.serialnumber = rollout.column_4x6_serial
rollout.rolloutid and mitsudates.rolloutid is a one to many
relationship (rollout-->mitsudates if it matters(?))
rollout.rolloutid is a primary key, i've tried it set as an autonumber
and number
All contraints for both fields in each table are the same looking at
each table in design view.
Help!