J
Julia Lerman
Can a conditional insert query be constructed in Access? I know I can do
this in sql stored procs, I know I can code it up in VBA, but I have a
friend who is determined to do the whole thing as a query. I even sent him
the VBA code for a module, but I think he will need a lot of lessons to
implement that.
The condition is to search for a particular record by it's id. If if does
nto exist (count returns 0 or however), then go ahead and do an insert.
tia
this in sql stored procs, I know I can code it up in VBA, but I have a
friend who is determined to do the whole thing as a query. I even sent him
the VBA code for a module, but I think he will need a lot of lessons to
implement that.
The condition is to search for a particular record by it's id. If if does
nto exist (count returns 0 or however), then go ahead and do an insert.
tia