Delete Field Value in a Tbl

Mac1206

Board Regular
Joined
Jun 3, 2016
Messages
184
I have a Table (A) which I need to delete a field value based off another filed in that table..Delete Field_Value = YES WHERE Field_Maryland = Toys Example:

Field_Maryland Field_Value
Toys Yes

So if my Field_Maryland = TOYS, DELETE Field_Value = YES...Thanks in Advance
 
Thanks Joe and xenou, can I write an update as such; UPDATE MyTable SET [C] = -([A]+[D]+[E])
 
Upvote 0

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Thanks Joe and xenou, can I write an update as such; UPDATE MyTable SET [C] = -([A]+[D]+[E])

Yes. You should just be able to substitute in your field names for the letters.
 
Upvote 0
Yes. You should just be able to substitute in your field names for the letters.
I'm noticing if I have a Null or Blank then those particular rows bring back a blank regardless if the others have actual values present, why is this???
 
Upvote 0
Just like I said.
If you need help, please post your actual query with actual field names, and let us know which fields may have Nulls in them.
 
Upvote 0
Just like I said.
If you need help, please post your actual query with actual field names, and let us know which fields may have Nulls in them.
Thanks Joe, I got it up and running correctly now utilizing Ms Access Nz([Field],0)...You guys are the greatest...Hoorah
 
Upvote 0

Forum statistics

Threads
1,221,700
Messages
6,161,371
Members
451,700
Latest member
Eccymarge

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top