Julie
03-19-2000, 12:02 PM
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?
|
View Full Version : Clearing values from a table Julie 03-19-2000, 12:02 PM 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, 05:48 PM You can create a Delete query and use the macro to run this. Julie 03-30-2000, 12:23 AM Thanks |