More than one form (writing to same tables) at a time?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've written a form (woohoo!) and want to be able to have more than one
session open at a time.

I have a form designed to list contact information, and I will be working on
a few of them at the same time. However, I want the data in the forms to
write all to the same table.

How do I do this? I've named my form qryContacts (yes it's named query even
though it should be named Form) and if I try to relaunch it, it just takes me
to the form I already have open, when I want to have two or three of the same
(blank) forms open.

Any suggestions?

Many thanks!
jw
 
You cannot open the same form multiple times in the same access session,
however you could open access multiple times and the same database and form
 
jl5000 said:
You cannot open the same form multiple times in the same access session,
[snip]

Sure you can. You just have to use a couple lines of code. You are correct
that it cannot be done with the "usual" methods.
 
Back
Top