![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am using this code in my report: Private Sub Report_Current() If IsNull(Me.Vacated) Then Me.Vacated.Visible = False Me.Label15.Visible = False Else Me.Vacated.Visible = True Me.Label15.Visible = True End If End Sub However it doesn't work because it shows the value for the field "vacated" the same in every record when it clearly is not the same. John King SJR john (AT) sawtoothrecovery (DOT) com |
#3
| |||
| |||
|
|
I am using this code in my report: Private Sub Report_Current() If IsNull(Me.Vacated) Then Me.Vacated.Visible = False Me.Label15.Visible = False Else Me.Vacated.Visible = True Me.Label15.Visible = True End If End Sub However it doesn't work because it shows the value for the field "vacated" the same in every record when it clearly is not the same. John King SJR john (AT) sawtoothrecovery (DOT) com |
![]() |
| Thread Tools | |
| Display Modes | |
| |