Connecting Tech Pros Worldwide Forums | Help | Site Map

Deleting Data in Access

Newbie
 
Join Date: May 2006
Posts: 1
#1: May 16 '06
Hi. I have an Access Database for my shopping list. I have it set up with a list of items for shopping and I put Y in a field if I want the item on my list. I need a query to delete the Y only from that field so I can start again. Thank you.

Member
 
Join Date: May 2006
Location: Winter Haven, FL
Posts: 70
#2: May 16 '06

re: Deleting Data in Access


You could set up an update query to change the value from Y to ""
Reply