blank date to date field in table

Gr3g0ry

Registered User.
Local time
Today, 00:23
Joined
Oct 12, 2017
Messages
163
how can i specify a blank date for a field in my table. the field in my table is a date field.

it is called end date and its supposed to be blank or null till i decide to update it. any suggestions ??
 
unless you give it a default value, it will be null.

So what is the actual problem?
 
i wanted to have a default value for my EndDate, like 00/00/0000.

When i declare my variable as date and not assign a value, i get 12:00:00 am as my default value.

thats ok but i wanted to use it as a placeholder in a disabled text box.

is there a way i can get 00/00/0000 to use
 
Is it a single form.?
 

Users who are viewing this thread

Back
Top Bottom