L
Linda RQ
Hi Everyone,
The database was mad in Access 97 then converted to 2000. I am running it
in 2003 but haven't converted it yet. The only thing I want to do is to
delete the records in the Number field of a table. I read all the
instructions on the microsoft site about append queries but they have a
bunch of other things added, like delete records for the last 90 days...I
took what I thought I needed but my problem is that my query is deleting all
the records in my table. I use the query grid but here is the sql. I
created a query based on my client table. I added Number to my query grid
and in the delete row, when I go to run the query it says it's going to
delete 4200 rows. I just want the records in the Number column deleted.
How can I do this?
DELETE Clients.Number
FROM Clients;
Thanks,
Linda
The database was mad in Access 97 then converted to 2000. I am running it
in 2003 but haven't converted it yet. The only thing I want to do is to
delete the records in the Number field of a table. I read all the
instructions on the microsoft site about append queries but they have a
bunch of other things added, like delete records for the last 90 days...I
took what I thought I needed but my problem is that my query is deleting all
the records in my table. I use the query grid but here is the sql. I
created a query based on my client table. I added Number to my query grid
and in the delete row, when I go to run the query it says it's going to
delete 4200 rows. I just want the records in the Number column deleted.
How can I do this?
DELETE Clients.Number
FROM Clients;
Thanks,
Linda