J
JBowler
I am having a bit of trouble making a form open with certain info displayed.
I have a form called SearchPeople. A user searches on their name and the
form displays their contact details. On the SearchPeople form there is a
subform that lists the persons projects. This is a table view and not a
form. I am trying to make a button that will allow a user to select a
Project from the table by clicking its record select area which highlights
the whole row and then open that record into the MainProjects form. Is it
possible for the button to take the ProjectID from the subform and use that
as the basis to open a form that allows me to view details of that Project
in MainProjects form?
I hope I am not being too vague or complex. The user just wants to be able
to find someone and see all their projects listed in a table (minimal info
shown) and then select that project and it is displayed in full on
MainProjects form.
I have tried using a tick box and making it work from a query that selects
only the ticked record but it stays ticked. Any help is appreciated. Many
thanks
JBowler
I have a form called SearchPeople. A user searches on their name and the
form displays their contact details. On the SearchPeople form there is a
subform that lists the persons projects. This is a table view and not a
form. I am trying to make a button that will allow a user to select a
Project from the table by clicking its record select area which highlights
the whole row and then open that record into the MainProjects form. Is it
possible for the button to take the ProjectID from the subform and use that
as the basis to open a form that allows me to view details of that Project
in MainProjects form?
I hope I am not being too vague or complex. The user just wants to be able
to find someone and see all their projects listed in a table (minimal info
shown) and then select that project and it is displayed in full on
MainProjects form.
I have tried using a tick box and making it work from a query that selects
only the ticked record but it stays ticked. Any help is appreciated. Many
thanks
JBowler