So far so good!
My next problem is that of deleting rows specified by some user input.
DELETE FROM PartReport {PartReport is my main table}
WHERE cont = '778' {Cont is a field in my table holding Contract number}
The above code deletes all rows where the contract number is 778, however I would like the user to specify what contract number is to be deleted through the user of a dialog box or something similar.
Can anybody help with this?
Thanks,
Woody.
My next problem is that of deleting rows specified by some user input.
DELETE FROM PartReport {PartReport is my main table}
WHERE cont = '778' {Cont is a field in my table holding Contract number}
The above code deletes all rows where the contract number is 778, however I would like the user to specify what contract number is to be deleted through the user of a dialog box or something similar.
Can anybody help with this?
Thanks,
Woody.