Hello,
I've been building this database since last February & it's killing me, hence why I'm here. This relational database is supposed to track hundreds of employees & their compliance with training (specifically, in a hospital setting). I've run into various problems in the past but have managed to get through them until now. Please keep in mind that I'm doing all of this without VBA because I have zero clue how to write the code.
On to the question; I have more but I'll ask just one here. My database consists of a master table (employees), four other tables that signify the frequency of the training (once, annual, every two years, & every three years), & the four junction tables that join the training tables to the master table via EmployeeID. In addition, I have the hospital unit where the employees work connected to another junction table, which in turn is connected to the master table as well. I hope I have that correctly built.
I want to be able to create an option group where the user can select the hospital unit, then a second option group where the user can select the specific type of training, & lastly have a command button run a query in the background that displays the results in datasheet view. The thing that trips me up now is the fact that there are four different categories for the training (once, annual, so on & so forth). How would I accomplish this? I've been successful before with combo boxes but my database was much smaller back then.
It would be nice if a prompt for a date range could be thrown in there as well. I'm new to this site so I'm not sure if uploading my database is called for.
Thank you in advance for saving my sanity.
I've been building this database since last February & it's killing me, hence why I'm here. This relational database is supposed to track hundreds of employees & their compliance with training (specifically, in a hospital setting). I've run into various problems in the past but have managed to get through them until now. Please keep in mind that I'm doing all of this without VBA because I have zero clue how to write the code.
On to the question; I have more but I'll ask just one here. My database consists of a master table (employees), four other tables that signify the frequency of the training (once, annual, every two years, & every three years), & the four junction tables that join the training tables to the master table via EmployeeID. In addition, I have the hospital unit where the employees work connected to another junction table, which in turn is connected to the master table as well. I hope I have that correctly built.
I want to be able to create an option group where the user can select the hospital unit, then a second option group where the user can select the specific type of training, & lastly have a command button run a query in the background that displays the results in datasheet view. The thing that trips me up now is the fact that there are four different categories for the training (once, annual, so on & so forth). How would I accomplish this? I've been successful before with combo boxes but my database was much smaller back then.
It would be nice if a prompt for a date range could be thrown in there as well. I'm new to this site so I'm not sure if uploading my database is called for.
Thank you in advance for saving my sanity.