Setting form properties

R

Ron Bromwell

I want to set a form property from a different form, when
a command button is pushed. Any ideas on how I can
accomplish this?

Ron
 
M

Marshall Barton

Ron said:
I want to set a form property from a different form, when
a command button is pushed. Any ideas on how I can
accomplish this?

The form must be open to set its properties and then you
would do it by using the full form reference:

Forms!theform.someproperty = somevalue
 

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