I have one master table with 2000 records containing name and address info. Some of these people are board members. Separate information is kept if they are board members. This extra information should not be kept in the main master table. So I have a master table and a board member table. They have a one-to-one relationship. They are linked with an ID number coming from master table.
If a person becomes a board member I want to be able to automate the process by opening up the master table and selecting the person and clicking on a command button and then that persons ID will be added to the board table. I know I could simply remember the ID number and manually add a record to the board table.
Can I do the above with a macro or do I need VBA. How do I do it? Or am I approaching this in the wrong way?
If a person becomes a board member I want to be able to automate the process by opening up the master table and selecting the person and clicking on a command button and then that persons ID will be added to the board table. I know I could simply remember the ID number and manually add a record to the board table.
Can I do the above with a macro or do I need VBA. How do I do it? Or am I approaching this in the wrong way?