Hi All,
I am in the process of moving from MS Access to Power Apps. I have moved all my tables to Dataverse and correctly established the relationships between all tables.
I am now trying to replicate the form I used in Access to assign Tools to an Assembly (Please see attached example Access form and my ER Diagram)
As per the attached example form, the top section was used to view/edit tblAssemblies - I have replicated this in Power Apps without issue.
I am however facing difficulties with the lower half of the example form. This shows the Tools assigned to the selected assembly, I have replicated this in Power Apps by creating a gallery and Filtering based on the relationship between tblToolsForAssemblies and tblAssemblies.
This works as expected but I now need to establish the best way to Add/Edit/Remove Tools assigned to an Assembly.
In MS Access, I achieved this by have a multi column drop-down which was linked to tblTools. By doing this when the user is assigning Tools they only had to click the next blank row and choose from the drop-down and then set Tool quantity.
Can this be achieved in Power Apps with out having to use an edit form and submitting new records individually?
Thanks for any help