Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deleting Selected Fields based on Criteria in Query

Status
Not open for further replies.

gal4y

Technical User
Dec 24, 2001
72
US
I have a query based on a form.
I have a Check_box that if check for all records of that query, I would like to delete the datefield (make it null) and then reset the check_box field. Can this be done.

I am running an append query prior to this so I don't lose data.

Thanks

Greg
 
Are you saying that you want to make the date in a row null if the row meets certain criteria?
If so you need an update query.

Transcend
[gorgeous]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top