Adding a command button through code/macro?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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 ;)
 
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 ;)
 
Back
Top