Hi Folks
I have a form which reads customer information from my database. The primary key for a customer is compID and we have individual pages on the web based on this compID – in other words, each of our customers has a unique webpage based on their compID.
An example of a URL is http://www.ourwebsite.com/companypage.htm?compID=12345
Is is possible to incorprate this URL on my form so that I can click it an go directly to a particular customer’s webpage? Obviously the url can’t be hard-coded on to the form as each address will be different for a customer.
Any ideas how I can do this?
Cheers,
Kenny.