A
Alex Martinez
I have a combo box in my form when pressed a Microsoft calendar pops-up and
the user select the date from the calendar and it will display the date on
the combo box, all this is trigger from on mouse down event. Not a
problem works fine. If any of my text boxes are not populate by the user on
the form a error message box will appear stating that you have not inputted
information on the text box. This should happen when I go to the next
record or add a record or close, the coding is done thru on the
Form_BeforeUpdate event. The problem I have is that the error message set
off prematurely when I select a date this should not occur only when I go to
the next record. I don't really don't want to change the coding in my mouse
down event. Any tips will be appreciated. Thank you in advance.
the user select the date from the calendar and it will display the date on
the combo box, all this is trigger from on mouse down event. Not a
problem works fine. If any of my text boxes are not populate by the user on
the form a error message box will appear stating that you have not inputted
information on the text box. This should happen when I go to the next
record or add a record or close, the coding is done thru on the
Form_BeforeUpdate event. The problem I have is that the error message set
off prematurely when I select a date this should not occur only when I go to
the next record. I don't really don't want to change the coding in my mouse
down event. Any tips will be appreciated. Thank you in advance.