Adding a command button through code/macro?

S

Somba

Is there a way to allow a user to create a new command button? My thinking is to create a form where they enter certain information (Button Name, color, etc) and then to use that information to put the new button on a form. (After which assigning an event to that button, but I don't want to get ahead of myself here ;)
 
V

Van T. Dinh

Check Access VB Help on the CreateControl Method.

HTH
Van T. Dinh
MVP (Access)



Somba said:
Is there a way to allow a user to create a new command button? My
thinking is to create a form where they enter certain information (Button
Name, color, etc) and then to use that information to put the new button on
a form. (After which assigning an event to that button, but I don't want to
get ahead of myself here ;)
 

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