S
Stewart
So far I have a form which opens a report. If you have selected any input
(besides Null) for a combo box, I want it to show up on the report in a list
box. This should be very simple, but I cannot get the code to work. So far I
have:
If cboTrailNumber Is Not Null Then
Reports![rptSSa]![lstFiltered].AddItem ("Trail Number")
End If
In my button click procedure on my form. Any help would be greatly
appreciated.
(besides Null) for a combo box, I want it to show up on the report in a list
box. This should be very simple, but I cannot get the code to work. So far I
have:
If cboTrailNumber Is Not Null Then
Reports![rptSSa]![lstFiltered].AddItem ("Trail Number")
End If
In my button click procedure on my form. Any help would be greatly
appreciated.