R
Radar
I have a rpt. that prints out orders for picking.
In the page header I have an image with the word "Overnight"
Which I have visible = False
My question
1) Where do I put the code to Change Visible = True, Based on
Preferedship field
I typed this code
If me.Preferedship = "Dhl-Overnight" Then
Me.image58.Visible = True
Else
Me.image58.Visible = False
end If
I place in the format event, but the visible option was not an option
Thanks
Radar
In the page header I have an image with the word "Overnight"
Which I have visible = False
My question
1) Where do I put the code to Change Visible = True, Based on
Preferedship field
I typed this code
If me.Preferedship = "Dhl-Overnight" Then
Me.image58.Visible = True
Else
Me.image58.Visible = False
end If
I place in the format event, but the visible option was not an option
Thanks
Radar