Chey,
So, is CertbyCheyenne a query?
As I mentioned before, a good way to do this is to put an unbound
textbox on the form, where the date criteria is entered. Take the
[Enter Date] prompt out of the query. And then your code will be
something like this...
CurrentDb.Execute "UPDATE CertbyCheyenne" & _
" SET [Date Cert by cheyene] = Now()" & _
" WHERE [Date Queried]=" &
CLng(Me.TextboxName), dbFailOnError
Hope you can adapt this... I got lost with the "date I queried" and the
"date sent out" and the "date cert by cheyanne" to know which was
which... you sure seem to have a lot of date fields there!
--
Steve Schapel, Microsoft Access MVP
Yes this all goes hand and hand
First I asked for the date to be put in with a click of a button
This was for certifying
now those dates that were certifyied I would like to recall and click a
button for when they were processed.
After I acomplish that then when they are returned back into the office.
The processed procedure is the same as when they return back into the office.
I will have to recall the date. We do one thing a day. So bringing up one
date at a time works the best. I do have my qurey built and now I just need
to know the best way to recall a single date.