MarkWaddington
Programmer
Hi,
I have a command button on my form which when pressed opens Internet Explorer:
Dim stAppName As String
stAppName = "C:\Program Files\Internet Explorer\IEXPLORE.EXE"
Call Shell(stAppName, 1)
This works fine, but goes to my homepage. I would like it to go to a specific web page based on the value that is in the postcode field.
e.g.
field value>
Any simple way of doing this?
Thanks in advance.
Mark Waddington.
I have a command button on my form which when pressed opens Internet Explorer:
Dim stAppName As String
stAppName = "C:\Program Files\Internet Explorer\IEXPLORE.EXE"
Call Shell(stAppName, 1)
This works fine, but goes to my homepage. I would like it to go to a specific web page based on the value that is in the postcode field.
e.g.
field value>
Any simple way of doing this?
Thanks in advance.
Mark Waddington.