Hi Guys
I was hoping someone could give me an explanation of why:
1 - If you use a short date input mask in a textbox and you want to trap Access errors (2113, 2279) you have to use the code on the Form_Error event and not the textbox Before/After_Update event.
2 - If you use a query to find all records between certain dates and have the criteria as 'Between [Forms]![FrmName]![TxtBoxName] And [Forms]![FrmName]![TxtBoxName]' you need to add '+1' to the criteria to include the end date.
Thanks
Dave
I was hoping someone could give me an explanation of why:
1 - If you use a short date input mask in a textbox and you want to trap Access errors (2113, 2279) you have to use the code on the Form_Error event and not the textbox Before/After_Update event.
2 - If you use a query to find all records between certain dates and have the criteria as 'Between [Forms]![FrmName]![TxtBoxName] And [Forms]![FrmName]![TxtBoxName]' you need to add '+1' to the criteria to include the end date.
Thanks
Dave