Group:  Microsoft Access ยป microsoft.public.access.formscoding
Thread: Command Button to execute a Function

Geek News

Command Button to execute a Function
AJOLSON 12/16/2008 3:23:01 PM
I have the following function that I want to execute onclidk using a command
button.
What code will run this (or any function) on click within a command button
Public Function AutoCompact()

CommandBars("Menu Bar"). _
Controls("Tools"). _
Controls("Database utilities"). _
Controls("Compact and repair database..."). _
accDoDefaultAction

End Function

Thanks


RE: Command Button to execute a Function
RonaldoOneNil 12/16/2008 4:51:01 PM
In the OnClick event of your command button put this

Call AutoCompact

"AJOLSON" wrote:

[Quoted Text]
> I have the following function that I want to execute onclidk using a command
> button.
> What code will run this (or any function) on click within a command button
> Public Function AutoCompact()
>
> CommandBars("Menu Bar"). _
> Controls("Tools"). _
> Controls("Database utilities"). _
> Controls("Compact and repair database..."). _
> accDoDefaultAction
>
> End Function
>
> Thanks
>
>

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net