jammin140900
Registered User.
- Local time
- Tomorrow, 00:54
- Joined
- Aug 18, 2008
- Messages
- 35
I'm putting together a database that will keep track of my Websites marketing efforts. I have a list of business websites on different niches and want to submit articles to article directories. To do this, for each website, I will have to register for an article directory to be allowed to submit articles about each niche. There are about 30 article directories that I have to register for each niche articles I submit.
So, I have a website table, where I record the names of each of my websites. I also have a 'Site' table which lists those 30 article directory websites. Finally, I have a 'Registration' table where I have a 'RegID', 'WebsiteID','SiteID' and a few other fields to record the date registered and so on.
What I want to happen, is when I create a new entry in the Website table/form, I want the Registration table to create 30 entries, with the current new Website ID and the 30 article directory Site ID's next to it. That way, I open a form I created (frmRegistration) where I should see the listing of 30 sites against the website ID/name I selected from the combo box in the Registration form, be able to tick and add successful registration details for all the 30 sites.
I've been stuck on this for days. Can anyone please help? I'm not good with VBA! -Thanks a lot..
So, I have a website table, where I record the names of each of my websites. I also have a 'Site' table which lists those 30 article directory websites. Finally, I have a 'Registration' table where I have a 'RegID', 'WebsiteID','SiteID' and a few other fields to record the date registered and so on.
What I want to happen, is when I create a new entry in the Website table/form, I want the Registration table to create 30 entries, with the current new Website ID and the 30 article directory Site ID's next to it. That way, I open a form I created (frmRegistration) where I should see the listing of 30 sites against the website ID/name I selected from the combo box in the Registration form, be able to tick and add successful registration details for all the 30 sites.
I've been stuck on this for days. Can anyone please help? I'm not good with VBA! -Thanks a lot..