I have a new database that I could use some guidence in how to create to forms.
This database is to house a list of projects that my department is working on. I have created the following tables:
Project_Name (Project_Name_ID, Project_Name)-lookup table
Team_Leader (Team_Leader_ID, Team_Leader_Name)-lookup table
Coach (Coach_ID, Coach_Name)- lookup table
Project (Project_ID, Project_Name_ID, Team_Leader_ID, Coach_ID)- houses all of the project information
I currently have information in each of the lookup tables (Project_Name, Team_Leader, Coach) and in the main table (Project)
I want to create a form where I can enter all new information or change information on each of the projects.
My thought was using combo boxes to lookup the projects and displaying the underlying data, but if new data needs to be entered or changed I could do it in the same place.
Is this doable on one form? I tried creating a form with a combo box with the ability to enter new information but I had an error. I used the information from the FAQ on this site but it didn't work.
I wasn't sureif I would need to do subforms or not. Any help to get me started in the right direction would be greatly appreciated.
Thanks in advance for any help.
This database is to house a list of projects that my department is working on. I have created the following tables:
Project_Name (Project_Name_ID, Project_Name)-lookup table
Team_Leader (Team_Leader_ID, Team_Leader_Name)-lookup table
Coach (Coach_ID, Coach_Name)- lookup table
Project (Project_ID, Project_Name_ID, Team_Leader_ID, Coach_ID)- houses all of the project information
I currently have information in each of the lookup tables (Project_Name, Team_Leader, Coach) and in the main table (Project)
I want to create a form where I can enter all new information or change information on each of the projects.
My thought was using combo boxes to lookup the projects and displaying the underlying data, but if new data needs to be entered or changed I could do it in the same place.
Is this doable on one form? I tried creating a form with a combo box with the ability to enter new information but I had an error. I used the information from the FAQ on this site but it didn't work.
I wasn't sureif I would need to do subforms or not. Any help to get me started in the right direction would be greatly appreciated.
Thanks in advance for any help.