ecanestrari
Aug 29, 2014, 02:08 AM
Hi there,
I have different forms that are linked to one table (tblDeals) in which I have several fields but in this case I'm interested in two of them ("Status" and "Reason").
On the forms I have a combo box with two values: "Active" and "Cancelled". What I want is that when the "Status" is changed a pop up message appears that will require the user to enter the reason why he changed the status and that information should be saved in the field "Reason".
I know is an Afterupdate event and I'm using the InputBox function but not managing to get it working properly and for the field "Reason"
Thanks in advance,
Regards,
I have different forms that are linked to one table (tblDeals) in which I have several fields but in this case I'm interested in two of them ("Status" and "Reason").
On the forms I have a combo box with two values: "Active" and "Cancelled". What I want is that when the "Status" is changed a pop up message appears that will require the user to enter the reason why he changed the status and that information should be saved in the field "Reason".
I know is an Afterupdate event and I'm using the InputBox function but not managing to get it working properly and for the field "Reason"
Thanks in advance,
Regards,