Microsoft
Software
Hardware
Network
Question : Toggle Buttons changing textbox value in access 2007
I created a form in Access 2007. I have 4 toggle buttons on it. tgl1, tgl2, tgl3, and tgl4 located in an option group (grpMenuSelection). What i would like is when clicking on the different toggle buttons meking the value in option group change to 1,2,3, or 4 and change the textbox value to the toggles tag. THis is to be done in code builder
The form has the following controls
Toggle Buttons --> tgl1, tgl2, tgl3, tgl4
Option Group -->grpMenuSelection
Text Box --> txtMenuHeading
Answer : Toggle Buttons changing textbox value in access 2007
or
Private Sub grpMenuSelection_AfterUpda
te()
Me.txtMenuHeading = Me("tgl" & grpMenuSelection.Value).Ta
g
End Sub
Random Solutions
Exchange 2007 installation on a Windows 2008 server.
Copy production windows server in to a test machine
transfering a directory with multiple files in parallel
Blackberry Printing
wordnet dictionary thesaurus api
Excel Interop: Find cell by name
Finding all email sent from a certain domain to our Exchange Server for legal purposes
Do WPF and MVP go together?
Listing of Excel VBA Modules and Sub and Function Procedures in a workbook
"The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action."