Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Controls

Status
Not open for further replies.

Emblem1

Technical User
Jan 11, 2007
77
US
I am using the the calendar picker from peter's software. The form has a button that calls code in the 'on Click' event:
=fBuildBasedOnContext("Get Date")
However, I want to be able to run this in vba so I can also have some more manipulation to the form for 'On Click'.
Any Ideas?

Thanks.
 
Use the call command
call fBuildBasedOnContext("Get Date")

thenother code can be usen before or after

Jimmy

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top