I'm new creating databases, so please bear with me. I'm sure this is probably relatively simple, but I've not been able to find similar example to learn from.
We have a master read-only database that contains the names of 3,000+ members. I want to create a second database for tracking issues related to those members. As an issue arises, I want to import the member's data from the master database to the issue database and then fill in additional data pertaining to the issue.
I envision doing this by opening a form (in the issue database) and start by entering the member's ID number, click a button that then refers to the master database to populate the form. From there I'd plug in the issue data and save everything.
What sort of code do I need to use to do this? Is it an append query or a SELECT/INSERT statement? How do I set it up so that when I click the button the input from the field is used as the search parameter for the query? Am I going to do this just using a query or will it be done using VBA?
If someone could point me to a resource that demonstrates something similar, I'd greatly appreciate it.
Thank you.
Jim