I have an unbound text box with a medium date input mask.
In the afterupdate event of this box I have it run an append query. This query appends several pieces of data and I'd like it to pull the date from this unbound textbox.
Yet it doesn't. If I format the textbox as standard text it will recognize the value, with the input mask, it doesn't pull anything. This tells me that I need to use some sort of conversion somewhere along the line. Can someone point me in the right direction?
In the afterupdate event of this box I have it run an append query. This query appends several pieces of data and I'd like it to pull the date from this unbound textbox.
Yet it doesn't. If I format the textbox as standard text it will recognize the value, with the input mask, it doesn't pull anything. This tells me that I need to use some sort of conversion somewhere along the line. Can someone point me in the right direction?