View Full Version : Clearing values from a table


Julie
03-19-2000, 11:02 AM
I have a table I use for weekly figures. At the end of the week I transfer the figures to a database for year to date figures using a macro. Do you know a macro I can use to clear the table at the end of each week?

Travis
03-25-2000, 04:48 PM
You can create a Delete query and use the macro to run this.

Julie
03-29-2000, 11:23 PM
Thanks