Hi, I have a members database that track all current members, one of the things I track in the members db is education. Our company provide seminars for member and Non-member companies and the boss wants to have the member database and the seminar database separate.
What I want to do is cut down on double entry. How can I automate the procedure of having the seminar database run a append query and export it to my member database in the education table using memberid as the linking fields. So on the seminar database entry form I would have a command button saying export member info now or something to that affect.
What I want to do is cut down on double entry. How can I automate the procedure of having the seminar database run a append query and export it to my member database in the education table using memberid as the linking fields. So on the seminar database entry form I would have a command button saying export member info now or something to that affect.