Archive Command button

GingGangGoo

Registered User.
Local time
Today, 14:09
Joined
Dec 14, 2010
Messages
121
First, I have a query that gets it's data from tblContacts. In this table is a yes/no field for archiving and the query gets only those records with a No in the field. The default is no.
Next I have a form based on this query, which I am using to hold a set of command buttons which act on a contact chosen from an unbound list. So far so good but now I would like to add a command that changes the contact's status in the archived field of the table to Yes, so that I can use the form to view/edit, or email, or archive. Help appreciated :)
 
Run an update query triggered off the command button to change the value in the field.
 

Users who are viewing this thread

Back
Top Bottom