Enable Command Buttons

P

Pleasehelp

I am building a form that is to provide command buttons
that will access other forms. These buttons are to be
enabled based upon the user's access. Basically, the
structure is:

A query that lists all the forms available to the user
A form with command buttons.

How do I enable the command buttons. Please help!
 
J

Jonathan Parminter

-----Original Message-----
I am building a form that is to provide command buttons
that will access other forms. These buttons are to be
enabled based upon the user's access. Basically, the
structure is:

A query that lists all the forms available to the user
A form with command buttons.

How do I enable the command buttons. Please help!
.
Hi,

if command button has name cmdDisplay then use:
cmdDisplay.enabled true

perhaps have this line in the OnClick event of the listbox

Luck
Jonathan
 

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