! How Do I Check Form is Opened !

T

TC

DO NOT MULTI-POST!! (posting the same message seperately to different
newsgroups)

Instead, CROSS-POST (post the same message to several newsgroups
simultaneously).

Then, people who read your post in one newsgroup, will see any replies that
you received in the other ones - & they will not waste their time replying
to your question, when it has already been answered by someone else.

TC
 
W

Wembly

Hi,

How would I write the code to check whether a form is
opened or not?

Thanks for your help.

Wembly
 
N

Neil

If you have Access2000 or later you can use

If CurrentProject.AllForms("FormName").IsLoaded Then
' Form is open

HTH,

Neil.
 
W

Wembly

How do I cross-post?
-----Original Message-----
DO NOT MULTI-POST!! (posting the same message seperately to different
newsgroups)

Instead, CROSS-POST (post the same message to several newsgroups
simultaneously).

Then, people who read your post in one newsgroup, will see any replies that
you received in the other ones - & they will not waste their time replying
to your question, when it has already been answered by someone else.

TC





.
 
T

TC

Say you want to cross-post to 3 different newsgroups. When you compose your
post, put all three newsgroup names into the "Newsgroups:" line, seperated
by semicolons. Then, the replies that you get in any of those newsgroups,
will be visible in *all* of those newsgroups. So if I see your post in
newsgroup 'A', but someone has already replied in newsgroup 'B', I will see
that immediately.

Cheers :)
TC
 

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