viewing what each button of a custom toolbar does

  • Thread starter Thread starter MarkVII
  • Start date Start date
M

MarkVII

Greetings --

I'm reverse engineering a database that I've inherited. There's a couple of
custom toolbars, and they open various forms, basically acting as a
rudimentary menu system. What I'm trying to do is view whatever action is
assigned to each button. Have gone round and round with Tools, Customize,
Toolbars, the command tab, etc.

Am sure I'm overlooking something. Can anyone help me here?

Thanks,
Mark
 
Hi Mark,

click customize on the menu bar
select the toolbar and the button
right click the button and on the pop up menu select properties
on the properties sheet there will be a function in the combo for On Action:
this is the function that is called by the button
the function will be a public function
Jeanette Cunningham
 
Back
Top