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
cannot receive email
Editable dropdown list in ASP.net 3.5 using C#
can I use my hard drive with XP and data on it with a system with replaced motherboard ?
jQuery UI Dialog with ASP.Net Postbacks
Restarting a WPF application to apply updates
SQL Reporting Services - OnPrint event
Intel VT vs. AMD-V for Hyper-V
get latest file in the directory in unix
Exchange 2003 - new Server - still routing through old smtp virtual server
permissions changed after moving folder from one server to another