I am looking for some solution design ideals.
I have an Access DB that tracks domains that I manage. One of the data points I want to track is the keywords that are used. Currently I keep the keywords in an excel spread sheet.
Example lets say I have a domain in my DB for abcdomain.com I then have a link to a local excel sheet that is label abcdomain_com.xlsx.
What I want to try to do is to have a table named "Keywords" and set up a relationship to my domain table.
Now when I gather keywords (100's) I need to import that keyword list and all the columns of data into the keyword table and associate it directly to the domain.
I need to be able to recall these keywords at a later date for other purposes through a query.
I am getting tired of having everything spread out with excel sheets.
I love to get ideals on how to structure this and implement a simple import wizard. The trick is I need to make sure that the list of keywords are attributed to the right domain when imported.
Any ideals would be great.
Thanks members
I have an Access DB that tracks domains that I manage. One of the data points I want to track is the keywords that are used. Currently I keep the keywords in an excel spread sheet.
Example lets say I have a domain in my DB for abcdomain.com I then have a link to a local excel sheet that is label abcdomain_com.xlsx.
What I want to try to do is to have a table named "Keywords" and set up a relationship to my domain table.
Now when I gather keywords (100's) I need to import that keyword list and all the columns of data into the keyword table and associate it directly to the domain.
I need to be able to recall these keywords at a later date for other purposes through a query.
I am getting tired of having everything spread out with excel sheets.
I love to get ideals on how to structure this and implement a simple import wizard. The trick is I need to make sure that the list of keywords are attributed to the right domain when imported.
Any ideals would be great.
Thanks members