I have 3 tables-- jobs, empjobs, taskjobs.
Referential integrity is forced, so I must delete from the 'many' tables before I delete from the 'one' side (jobs).
My question is, how do I pass the parameter
(jobs dated before X date) to all three, so
I don't have to rely on the user to put the same exact date in each time? I read something about this once, but I can't remember where.
There is a front end select query to select job numbers dated < 'purge to' parameter.
Thanks. alley
Referential integrity is forced, so I must delete from the 'many' tables before I delete from the 'one' side (jobs).
My question is, how do I pass the parameter
(jobs dated before X date) to all three, so
I don't have to rely on the user to put the same exact date in each time? I read something about this once, but I can't remember where.
There is a front end select query to select job numbers dated < 'purge to' parameter.
Thanks. alley