Hello everybody,
Is it possible to add a button that can open a form that adds data only on two specif rows.
Let me just give you an example:
I have table_1 that has the following rows: ID; Item; Size; Price. When I use the add button I configured so it to only lets me add data relatable to “ID” and “Item”. But now I would like to add a button to add the “Size” and “Price” for that specific line of data.
I’ve tried to create a reference view and manage to get a form exactly the way I wanted, but instead of adding the data to the line I’ve created it created a new one which doesn’t have the “ID” and “Size” already established.
Thank you.