G
Guest
this is the event procedure:
Private Sub Detail_Format (cancel as integer, formatcount as integer)
If qrythingsnotworking![brakes] = "no" then
rptthingsnotworking [brakes].visible = true
else
rptthingsnotworking [brakes].visible = false
end if
end sub
Private Sub Detail_Format (cancel as integer, formatcount as integer)
If qrythingsnotworking![brakes] = "no" then
rptthingsnotworking [brakes].visible = true
else
rptthingsnotworking [brakes].visible = false
end if
end sub