Help me, please
I have a problem to save the Date data type if it is empty.
Say I have a textbox to input date. I can save to disk if there is a data in it, by :
rsTable!InputDate = txtInputDate
But if the textbox is empty, an error 'Type mismatch' will appear.
How can I do it without an error ? (Don't suggest me to assign 'On Error Resume Next'.
Thank you
I have a problem to save the Date data type if it is empty.
Say I have a textbox to input date. I can save to disk if there is a data in it, by :
rsTable!InputDate = txtInputDate
But if the textbox is empty, an error 'Type mismatch' will appear.
How can I do it without an error ? (Don't suggest me to assign 'On Error Resume Next'.
Thank you