Hi there,
I'm creating a few DELETE queries to remove records in one table which don't have a relation in another table - I used the "Find Unmatched Query" wizard to generate the SQL and this works fine.
What I'd like to do is show a message afterwards to explain how many records have been deleted? I guess I could do it by opening a RecordSet object instead of using straight SQL, but is there an easier way?
Thanks in advance,
- Javawag
I'm creating a few DELETE queries to remove records in one table which don't have a relation in another table - I used the "Find Unmatched Query" wizard to generate the SQL and this works fine.
What I'd like to do is show a message afterwards to explain how many records have been deleted? I guess I could do it by opening a RecordSet object instead of using straight SQL, but is there an easier way?
Thanks in advance,
- Javawag