I have a table with a column set as date
I have a textbox that I want a date entered into
I want that value in that textbox passed into the table
Issue is that sometime a value for a date is empty. I have tried many combinations for dimming a variable and setting the column in the table=date. If i dim the variable as date i can pass it "" if there is no input, but if i dim the variable as string i can pass "" but then I can't pass the variable to a table with a column set to date. How do empty variables on dates work and what is my best option here?
One other question is can anyone suggest a website that explains input masks well. I am a little fuzy on creating them.
Adam
I have a textbox that I want a date entered into
I want that value in that textbox passed into the table
Issue is that sometime a value for a date is empty. I have tried many combinations for dimming a variable and setting the column in the table=date. If i dim the variable as date i can pass it "" if there is no input, but if i dim the variable as string i can pass "" but then I can't pass the variable to a table with a column set to date. How do empty variables on dates work and what is my best option here?
One other question is can anyone suggest a website that explains input masks well. I am a little fuzy on creating them.
Adam