A
Anna Peters via AccessMonster.com
I have a table that is collecting website activity. Once a user clicks on a
page the URL is stored in a page_url (text field).
Here is an example of the value stored in the page_url field:
index.cfm?
section_id=24&geriatric_topic_id=4&sub_section_id=34&page_id=49&tab=2
The URL is comprised of id's from other tables, each id is seperated by
"&". I want to be able to split the URL into values that I can link back to
their respective tables. For example, geriatric_topic is an PK in the topic
table and sub_section_id is a PK in the sub_section table.
Each topic has a sub section, while I am able to see which topics people
visit I can't get specifics about the sub_sections. So the only way I think
I can get this data is to split the URL and add the values into a seperate
table.
Any help would be much appreciated.
Thanks.
page the URL is stored in a page_url (text field).
Here is an example of the value stored in the page_url field:
index.cfm?
section_id=24&geriatric_topic_id=4&sub_section_id=34&page_id=49&tab=2
The URL is comprised of id's from other tables, each id is seperated by
"&". I want to be able to split the URL into values that I can link back to
their respective tables. For example, geriatric_topic is an PK in the topic
table and sub_section_id is a PK in the sub_section table.
Each topic has a sub section, while I am able to see which topics people
visit I can't get specifics about the sub_sections. So the only way I think
I can get this data is to split the URL and add the values into a seperate
table.
Any help would be much appreciated.
Thanks.