Hi all
I am trying to insert in my table "Table1" a new record.
This table contains a field "cDate". When using a form to insert in that table the textbox "txtDate' is filled automaticly (row source= date(now) ) and in its format I put "Short Date". The display is very good but when inserting to the table the date field is not short date, it's just as we put in row source "=Now".
So I tryied to change the propreties of that field from the table desin view to be "short date" and it's input mask to be "99/99/9999" but same result.
So how can insert in the table a short date?
I am trying to insert in my table "Table1" a new record.
This table contains a field "cDate". When using a form to insert in that table the textbox "txtDate' is filled automaticly (row source= date(now) ) and in its format I put "Short Date". The display is very good but when inserting to the table the date field is not short date, it's just as we put in row source "=Now".
So I tryied to change the propreties of that field from the table desin view to be "short date" and it's input mask to be "99/99/9999" but same result.
So how can insert in the table a short date?
Comment