Hi,
I have a form frmTIMESHEET with a subform subfrmTIMESHEET.
On frmTIMESHEET there are fields POPBEG and POPEND (both date fields).
On subfrmTIMESHEET there is a field DAY (date field).
What I would like is after DAY is updated, for access to check to see if the value of DAY false between the values of POPBEG and POPEND. If it does not I want a pop up message to say "The entered date does not fall within this invoice POP! Please enter a new date."
Could anyone help me code this? I'm thinking I would put code on the after update event of the DAY field in the subform.
Thank you so very much for your help!
I have a form frmTIMESHEET with a subform subfrmTIMESHEET.
On frmTIMESHEET there are fields POPBEG and POPEND (both date fields).
On subfrmTIMESHEET there is a field DAY (date field).
What I would like is after DAY is updated, for access to check to see if the value of DAY false between the values of POPBEG and POPEND. If it does not I want a pop up message to say "The entered date does not fall within this invoice POP! Please enter a new date."
Could anyone help me code this? I'm thinking I would put code on the after update event of the DAY field in the subform.
Thank you so very much for your help!