I have a database of names, addresses and other personal information, that I use daily. Call it Names. We have a one time event coming up and about 75% of the attendees will come from this database. Other people that sign up, do not need to be added to Names. What I want to do is set up a seperate DB, Event, to track registration for the event. This is probably simple but I’m not getting it.
How do I pull in information from Names for those that sign up, while being able to add new people, that weren’t a part of the original? The information from Names, comes from several different tables, Family, Parents, Students, Grades. Do I import these tables or Link them?
I hope this makes sense. If there are posts out there dealing with this already, maybe somebody could point me in the right direction, I wasn’t sure what to search for. Thanks for any help.