|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
checkbox true false If statement
I have tried this:
If Me.aramiskachecktab.Value = True Then Me.tabbottom.Pages("aramiska details").Visible = True Else Me.tabbottom.Pages("aramiska details").Visible = False End If but it wont let me use .value on the checkbox.. any ideas? |
|
#2
|
|||
|
|||
|
If Me.Check625 = False Then
Me.tabbottom.Pages("sports tv details").Visible = False Else Me.tabbottom.Pages("sports tv details").Visible = True End If Got it in the end!!! |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > checkbox true false If statement |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|