ThePixelMines
Technical User
I'm a newbie. Please be nice....
I'm setting up a database to manage a list of Clients, their respective projects, and the billing of said projects.
See the relationships here:
In a Time Card form I have a subform managing the TimeCardHours entries. What I'm trying to accomplish is a combo box that displays 2 columns: one of the client's name (Clients.ClientName) and the project name (Projects.ProjectName) but then enters the ProjectID into the appropriate field (TimeCardHours.ProjectID).
From my searching it seems like I need to JOIN function, but I can't quiet figure out how to write it.
Please help.
Check it, Fool!
I'm setting up a database to manage a list of Clients, their respective projects, and the billing of said projects.
See the relationships here:
In a Time Card form I have a subform managing the TimeCardHours entries. What I'm trying to accomplish is a combo box that displays 2 columns: one of the client's name (Clients.ClientName) and the project name (Projects.ProjectName) but then enters the ProjectID into the appropriate field (TimeCardHours.ProjectID).
From my searching it seems like I need to JOIN function, but I can't quiet figure out how to write it.
Please help.
Check it, Fool!