Removing contents of a table but not the table

J

Joy

I have a form for change/ update requests. When the user fills in the form,
the data goes into a table. I don't wish for the table to grow as it takes up
weight.
I would like the table's contents to be removed either when users exit from
the application or close the form.

What is the best approach?

Thanks Joy
 
R

Rick Brandt

Joy said:
I have a form for change/ update requests. When the user fills in the
form, the data goes into a table. I don't wish for the table to grow
as it takes up weight.
I would like the table's contents to be removed either when users
exit from the application or close the form.

What is the best approach?

Thanks Joy

Run a delete query against the table either when you close the app or when
you open it.
 
T

Tom Lake

Joy said:
I have a form for change/ update requests. When the user fills in the form,
the data goes into a table. I don't wish for the table to grow as it takes up
weight.
I would like the table's contents to be removed either when users exit from
the application or close the form.

What is the best approach?

If you don't need to save the data then why not just create a Word form to fill in?

Tom Lake
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top