I have a form with a field that require the user the enter the date. This can be done either by enerting the date or clicking on a command button that opens another form with an Active X MSCAL.Calendar.7
When the user select the date, the date field will be filled by the date selected and the form will be automatically closed.
As soon as the date field is populated, I want use the date information and search the recordset for a specific record. But for some reason the on_change, after_update or before_update event is triggered when the field is populated. Why is this? And how get around this problem.
First time poster and would appreciate any help.
When the user select the date, the date field will be filled by the date selected and the form will be automatically closed.
As soon as the date field is populated, I want use the date information and search the recordset for a specific record. But for some reason the on_change, after_update or before_update event is triggered when the field is populated. Why is this? And how get around this problem.
First time poster and would appreciate any help.