mikematthys
New member
- Local time
- Yesterday, 16:32
- Joined
- Jan 24, 2019
- Messages
- 7
Hi,
so the problem was i have 3 togglebuttons and it has to remember witch one was last clicked, so even if you close down the db, on opening it has to toggle down the right button, how do i do this
i stored the output of the clicked box in a table field witch i linked to the form it is on in field 'toggle'
so in the onload i check what was the last value that has been entered by clicking on the togglebox
If Me.toggle = "1" Then
ElseIf Me.toggle = "2" Then
ElseIf Me.toggle = "3" Then
End If
now i would like to get that sertain button to be in a downstate
but how do i do this, i tried so many things and nothing seems to work
anyone got an solution ?
Mike
so the problem was i have 3 togglebuttons and it has to remember witch one was last clicked, so even if you close down the db, on opening it has to toggle down the right button, how do i do this
i stored the output of the clicked box in a table field witch i linked to the form it is on in field 'toggle'
so in the onload i check what was the last value that has been entered by clicking on the togglebox
If Me.toggle = "1" Then
ElseIf Me.toggle = "2" Then
ElseIf Me.toggle = "3" Then
End If
now i would like to get that sertain button to be in a downstate
but how do i do this, i tried so many things and nothing seems to work
anyone got an solution ?
Mike