|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Inserting empty date in Date field Access
I am using PHP and a Access database via ODBC.
I need to insert/update a Date field so that it has no value. The "Required" setting has already been set to "No" in Access. I could not find info on this anywhere, is this possible? |
|
#2
|
||||
|
||||
|
You could just set it to a date like 01/01/1900 and when you query the table instead of calling the field name 'select date from' do ' select iif(date=#01/01/1900#,,date) from '
|
|
#3
|
|||
|
|||
|
Quote:
Thanks. |
|
#4
|
||||
|
||||
|
you could do it the proper way and set it to null
rudy |
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > Inserting empty date in Date field Access |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|