Hi-
I am developing a database for my company and I am having a hard time setting it up correctly. Basically, there will be a user who logs in to complete reviews about employees who are on a project.
I have a form which has a listbox. The listbox loads all the projects the employee is assigned to. There will be ONE review per employee per project they are assigned. Right now, when the user dbl clicks the project listed in the box, it will load the evaluation form. Now, this is what I want to happen. I want the user to dbl click the listbox. When this happens, I want it to check if there is a review already completed. If there is, then load that record into the evaluation form. If there is not a review, I want it to prompt the user to complete one. "Do you wish to create a new review?" (Yes/No) If yes, load a blank evaluation form, create a new record in the Review table to be filled out.
I can handle the VBA code for most of the form stuff, however I am having a hard time arranging my tables correctly. I have attached my current relationships.
Any help would be greatly appreciated or suggestion for approach. If you need more information, please let me know. Thank you so much.
S
I am developing a database for my company and I am having a hard time setting it up correctly. Basically, there will be a user who logs in to complete reviews about employees who are on a project.
I have a form which has a listbox. The listbox loads all the projects the employee is assigned to. There will be ONE review per employee per project they are assigned. Right now, when the user dbl clicks the project listed in the box, it will load the evaluation form. Now, this is what I want to happen. I want the user to dbl click the listbox. When this happens, I want it to check if there is a review already completed. If there is, then load that record into the evaluation form. If there is not a review, I want it to prompt the user to complete one. "Do you wish to create a new review?" (Yes/No) If yes, load a blank evaluation form, create a new record in the Review table to be filled out.
I can handle the VBA code for most of the form stuff, however I am having a hard time arranging my tables correctly. I have attached my current relationships.
Any help would be greatly appreciated or suggestion for approach. If you need more information, please let me know. Thank you so much.
S
Attachments
Last edited: