Ok, this is my problem. I have a form with seven checkboxes which corrispond to the number one through seven. What I would like to do is, when i generate my report have the number display instead of the check box. For example, if i have the check boxes for 3 and 5 checked, on my report I would see the numbers 3 and 5 separated by a comma.
I was given this piece of code to use for it however it is not letting me. it tells me I cant set that value. This is the code i typed in. also they said to put it in the Onprint part but nothing still
Private Sub GroupHeader0_Print(Cancel As Integer, PrintCount As Integer)
If d602 - class3 = -1 Then
Me.Text70 = "1"
Else
Me.Text70 = ""
End If
End Sub
Any help will be greatly appreciated as my boss is chewing my arse and this is the last thing i need to do
I was given this piece of code to use for it however it is not letting me. it tells me I cant set that value. This is the code i typed in. also they said to put it in the Onprint part but nothing still
Private Sub GroupHeader0_Print(Cancel As Integer, PrintCount As Integer)
If d602 - class3 = -1 Then
Me.Text70 = "1"
Else
Me.Text70 = ""
End If
End Sub
Any help will be greatly appreciated as my boss is chewing my arse and this is the last thing i need to do