Hi,
I've a search form that lets the user search in the Orders. It consists of some combo and text boxes and a SubFrm (whose the record source is a query).
The SubFrm is a continuous form. I've added a button to appear in each record (order). This button opens another form that contains all the information of that Order.
But the problem is that I can't edit anything in the Order (I think because it's already opened in the Search form). So, I'm wondering if there is a way that lets the user edit the Orders keeping the same strategy of opening them (searching in a form, then clicking on the button to open the details).
Please advise.
Thanks.
I've a search form that lets the user search in the Orders. It consists of some combo and text boxes and a SubFrm (whose the record source is a query).
The SubFrm is a continuous form. I've added a button to appear in each record (order). This button opens another form that contains all the information of that Order.
But the problem is that I can't edit anything in the Order (I think because it's already opened in the Search form). So, I'm wondering if there is a way that lets the user edit the Orders keeping the same strategy of opening them (searching in a form, then clicking on the button to open the details).
Please advise.
Thanks.