Hi
Very new to this but...
I am using Access 2000
I have a table containing a column labelled ID which contains a series of non sequential numbers.
I need to create a form that includes either a clickable text hyperlink or a command button that sends me to...
http://www.someplace.com?ID=<the id number stored for that row>
the http://www.someplace.com?ID= never changes but the <ID value> is different for each row
the form then steps through each row one at a time.
Allready have the form working and searching by criteria i need working just can't get it to display the hyperlink with the ID value.
I can insert a fixed hyperlink ok, just no one with the ID appended.
If there is no way to do that then how do i go about createing a new url column in my database by combining 'http://www.someplace.com' with '<ID>' which I can then show on the form.
Hope this makes sense and thanks in advance.
Mike
Very new to this but...
I am using Access 2000
I have a table containing a column labelled ID which contains a series of non sequential numbers.
I need to create a form that includes either a clickable text hyperlink or a command button that sends me to...
http://www.someplace.com?ID=<the id number stored for that row>
the http://www.someplace.com?ID= never changes but the <ID value> is different for each row
the form then steps through each row one at a time.
Allready have the form working and searching by criteria i need working just can't get it to display the hyperlink with the ID value.
I can insert a fixed hyperlink ok, just no one with the ID appended.
If there is no way to do that then how do i go about createing a new url column in my database by combining 'http://www.someplace.com' with '<ID>' which I can then show on the form.
Hope this makes sense and thanks in advance.
Mike