Blank Value

  • Thread starter Thread starter Bryan Hughes
  • Start date Start date
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
 
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.
 
Back
Top