Blank Value

B

Bryan Hughes

Hello,

I have a Date/Time Field in a table.

How can I change this field to a blank value if it currently has a date/time
in it, using an update query?

-TFTH
-Bryan
 
L

Les

You can set the field to null. Create a new query.
Select the date/time field. When you change it to update
query, enter null in the update to: field.
 
Top