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
Rick Brandt - 22 Apr 2008 12:16 GMT
> 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
[quoted text clipped - 5 lines]
>
> Thanks Joy
Run a delete query against the table either when you close the app or when
you open it.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Tom Lake - 22 Apr 2008 14:37 GMT
>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
[quoted text clipped - 3 lines]
>
> 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