G
Guest
I have this code
DoCmd.Close
DoCmd.OpenForm "Mercedes Cert"
CurrentDb.Execute "UPDATE Cert SET [Date Cert by mercedes] = Date()",
dbFailOnError
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)",
, , "CCG's have been certified", EditMessage:=False
the problem I have is in the begining I have it filterd for specific
critera. I have a combo box that I pick what we call a batch number form.
Then it opens a form with those batch numbers. There is a list of amounts.
If there is a problem with an amount I have a hold button, so this one does
not get a date. However I just noticed when someone clicks the button to
place the date in all the records, it closes the form then reopens the for
the places the date. The problem with this is that it places the date in all
the records in the database. How can I get it to populate all the records
that are filtered ont the form except for the ones on hold.
Thanks for your time
Chey
DoCmd.Close
DoCmd.OpenForm "Mercedes Cert"
CurrentDb.Execute "UPDATE Cert SET [Date Cert by mercedes] = Date()",
dbFailOnError
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)",
, , "CCG's have been certified", EditMessage:=False
the problem I have is in the begining I have it filterd for specific
critera. I have a combo box that I pick what we call a batch number form.
Then it opens a form with those batch numbers. There is a list of amounts.
If there is a problem with an amount I have a hold button, so this one does
not get a date. However I just noticed when someone clicks the button to
place the date in all the records, it closes the form then reopens the for
the places the date. The problem with this is that it places the date in all
the records in the database. How can I get it to populate all the records
that are filtered ont the form except for the ones on hold.
Thanks for your time
Chey