Right now in my project I have a gallery on the first page that allows a user to select a project to work on. This brings them to an edit form that is auto populated by using the item property and setting it to Gallery1.Selected. Also on this form I have another Gallery created that filters the projects so that the user can navigate between stages in the project. These stages are saved as different rows within the database, so I match the project's name field on the edit form with a project name field in the database, and display the stages as selections in the Gallery. Is there any way to have the edit form re-populate with information based on the selection using the Item property of the edit form, but still auto populate when the user selects the project on the first page?

Report
All responses (
Answers (