Hi again,
I try to understand what would be the best way to update a status field in a table by my created form.
Situation is the following: tblRequest has a StatusId, which is linked to tblStatus.
I have created a form with and have placed the StatusId with standard value "1" (corresponding to Open). So when i new record is entered it has status 1 > Open.
However, I want also to be able to change the status of the Request by a dropdown instead of changing the StatusId directly. Also when a new record is entered, I want to have a dropdown with the different Status possiblities and choose one of those, instead of chosing the StatusId.
What would be the most appropriate way to establish this? Please find my demodb in the attachment.
*Please note >all tables in my real database are "linked tables" to a sql server.
Already many thanks for learning!
I try to understand what would be the best way to update a status field in a table by my created form.
Situation is the following: tblRequest has a StatusId, which is linked to tblStatus.
I have created a form with and have placed the StatusId with standard value "1" (corresponding to Open). So when i new record is entered it has status 1 > Open.
However, I want also to be able to change the status of the Request by a dropdown instead of changing the StatusId directly. Also when a new record is entered, I want to have a dropdown with the different Status possiblities and choose one of those, instead of chosing the StatusId.
What would be the most appropriate way to establish this? Please find my demodb in the attachment.
*Please note >all tables in my real database are "linked tables" to a sql server.
Already many thanks for learning!
