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
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
>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
[quoted text clipped - 6 lines]
> Thanks,
> Ken
Tom Wimpernark - 30 May 2007 16:40 GMT
you don't need to create a temp table
you can do all of tihs on a real table
> Ken
>
[quoted text clipped - 17 lines]
>> Thanks,
>> Ken
George Hepworth - 30 May 2007 17:49 GMT
Aaron Kem.pf has begun posting under a new alias.
> you don't need to create a temp table
>
[quoted text clipped - 21 lines]
>>> Thanks,
>>> Ken
KPR - 30 May 2007 19:52 GMT
Thanks Jeff, can I do this without having a user logging in?
> Ken
>
[quoted text clipped - 17 lines]
> > Thanks,
> > Ken