Here is the SQL statement for the update query that will reset the durations in the table to null. In a form, add a command button and set the command button to run this query.
Code:UPDATE [Copy Of Today] SET [Copy Of Today].Duration = Null;
Here is the SQL statement for the update query that will reset the durations in the table to null. In a form, add a command button and set the command button to run this query.
Code:UPDATE [Copy Of Today] SET [Copy Of Today].Duration = Null;
Bookmarks