Create and destroy a Recordset

K

KPR

I know this is simple but I'm new to Recordsets and can't find the code.
I would like to create a temporary table when my form loads, it should
contain 3 numeric fields and 3 Yes/No fields. I need to write temporary
values to these fields when this form is open and then destroy the table when
the form is closed. I'm using a permanent table right now but soon the
program be in a multi-user environment.

Thanks,
Ken
 
J

Jeff Boyce

Ken

I'm not there, so I can't be sure, but it sounds like another approach would
be to keep your table and add a User field. That way, the table could
handle multiple users.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
T

Tom Wimpernark

you don't need to create a temp table

you can do all of tihs on a real table
 

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