I have this database which tracks projects for different customers. Customers will have multiple projects tracked, and each will have a unique project number. However, it is likely that a later project will have the same specs as a previous project. So, what I would like to do is give the user the ability to open a pop-up form which lists the projects already entered for the particular customer. Once the project number is selected, the fields (which I choose) will be populated.
I can imagine the concept - an update query, I just do not know how to retrieve the projects and pass the selection through to the query.
I can imagine the concept - an update query, I just do not know how to retrieve the projects and pass the selection through to the query.