idea
hey,
If you create a temporary table containing all the fields from your order table used on your form, you can then create a macro containing the following:
1. delete query - to remove all data in the temporary table
2. append query - select all fields in your order table where the...