Question : Which event to use to refresh a form after date field is changed?

Dear Experts,

I want my form to refresh after in run-time after I change a date with the little drop down calender.

I was using the on change event but nothing happens.

DoCmd.RunCommand acCmdRefresh

Exit_cmdRefreshAll_Click:

Can anyone shed some light on this for me?

Answer : Which event to use to refresh a form after date field is changed?

So you are saying that if you click Refresh All you achieve what you want in this question- is that right?

If so then the obvious thing to do in the Afterupdate event procedure of the RemDate control is to call the click event of the RefreshAll button.

It looks like the search criteria are in  the form header of a main form, and the list is a subform.  Is that correct?
Random Solutions  
 
programming4us programming4us