Evening all,
I'm new to Access so please bear with me. I have an excel userform set up to track CPD points for doctors attending meetings. It works by selecting a meeting type from a combobox and then a list box will populate a list of all doctors registered to that meeting. So I enter the meeting date into a textbox, select the attendees on the list box and then my command button adds the selected names to end of my attendance table with the date.
It works pretty well, but I need to move it to a database structure.
I am wondering how I can replicate the userform system above for access. Here is how I've related the tables and I've put in some dummy data and the query of the attendance table gives me the info I expect. This is encouraging but I don't know how to progress. This is my first time setting up a database, so any advice is much appreciated.
I've done plenty of googling but can't really find much to direct me.
Many thanks in advance.
Dave
I'm new to Access so please bear with me. I have an excel userform set up to track CPD points for doctors attending meetings. It works by selecting a meeting type from a combobox and then a list box will populate a list of all doctors registered to that meeting. So I enter the meeting date into a textbox, select the attendees on the list box and then my command button adds the selected names to end of my attendance table with the date.
It works pretty well, but I need to move it to a database structure.
I am wondering how I can replicate the userform system above for access. Here is how I've related the tables and I've put in some dummy data and the query of the attendance table gives me the info I expect. This is encouraging but I don't know how to progress. This is my first time setting up a database, so any advice is much appreciated.
I've done plenty of googling but can't really find much to direct me.
Many thanks in advance.
Dave