D
dbalorenzini
I have a form that has a status drop down list on it. What I need to happen
is when the status in this dropdown list is changed, I need to add a record
into a table called tblStatus. What I need inserted is the current clientid,
date the change happen (Date()),and the Status change from the dropdown list
("Active","Inactive", "Dropped", "Closed"). Any ideas?
is when the status in this dropdown list is changed, I need to add a record
into a table called tblStatus. What I need inserted is the current clientid,
date the change happen (Date()),and the Status change from the dropdown list
("Active","Inactive", "Dropped", "Closed"). Any ideas?