Delete query to target fields not rows?

MrCee

New member
Local time
Today, 16:21
Joined
Sep 4, 2007
Messages
5
Hi

I need to know if it is possible to create a delete query which will target particular fields in a row based on certain criteria in a seperate combo box(on same table).

The few ways that I have tried to do this have been unsuccesful so if anyone can shed some light on the subject it would be greatly appreciated.
 
Not 100% clear on what you want to do, but I supect that an update query may give you what you ask for.
 
Delet query problem

Hi Neil

i have had a look at update queries but cant see a way to make it happen from there.

I will try to be a little clearer in what I need.

I have a Table which contains 6 fields.

For the purpose of this explanation i will have the fields numbered 1 to 6.

I want to run a delete query based on criteria in field 6.

I am hoping that this delete query will be able to delete the data stored in fields 3,4, and 5 only.

I am fairly new to access so this may be a basic question, not sure.

Any help is appreciated!
 
Delete queries will delete entire rows. whereas you want to update fields 3,4,and 5 if certain criteria is met in field 6. Search Access help for UPDATE.
 
I was thinking that you would update fields 3,4 & 5 to zero or empty text.
 
Thanks

Thanks for your help guys, that sounds like a much easier way to do this.
 

Users who are viewing this thread

Back
Top Bottom