scouser
Registered User.
- Local time
- Today, 05:04
- Joined
- Nov 25, 2003
- Messages
- 767
Hi. I have a query that works OK. However I would like to replace a couple of records returned with an alternate value.
I would like to replace 0.0.0.0 with text "HP Procurve".
I have the following that is incorrect:
Can any of you coding gurus assist?
Many Thanks,
Phil.
I would like to replace 0.0.0.0 with text "HP Procurve".
I have the following that is incorrect:
Code:
IP: IIf(="0.0.0.0"([qryDISPLAY_NWP_COMPUTER_SWITCH_MAPPING.IP]),"HP Procurve ",[qryDISPLAY_NWP_COMPUTER_SWITCH_MAPPING.IP])
Can any of you coding gurus assist?
Many Thanks,
Phil.