Re My previous post

caman

Registered User.
Local time
Today, 16:45
Joined
Jul 28, 2002
Messages
18
have just been looking at the northwind sample db where they have a module that uses the command isloaded

I beleive that this is what I am looking for,

is there any way I could use this so that as soon as a form isloaded a Set Value runs

thanks for any help
 
Depends what value you want to set. You can use the Form_Load() event of the form to do the same rather than the isloaded function (I have not read your previous post mind you so this may not answer your question)
 

Users who are viewing this thread

Back
Top Bottom