I have a form which has a date field which has a corresponding calendar button. If I type in a date then I can force a save by using me.dirty = false. ie reseting dirty. However if I use the calendar button to enter the date in the field, dirty is not set to true and I can not force a save by reseting dirty.
A typical button event is
Me.RaisedDate.SetFocus
varReturn = GetDateOCX(Me.RaisedDate, True)
This is causing erratic behaviour because the user sometimes types in the date or uses the calendar.
Any thoughts on this?
A typical button event is
Me.RaisedDate.SetFocus
varReturn = GetDateOCX(Me.RaisedDate, True)
This is causing erratic behaviour because the user sometimes types in the date or uses the calendar.
Any thoughts on this?