Not sure if this is the correct route to go, but I shall explain.
I have a tbl of contacts, and each contact is either Included or Excluded (from reporting, not from my social life!) the Included/Excluded field is Yes/No. That table is broken down into two queries (probably only need one, but I do what I know how to do). Those queries populate a list box for each. When a user double clicks on a name in either box, I want it to drop from the current box and populate the other box. That part can be easily done by requerying. However, I am having trouble figuring out the syntax for the update query to change the record in the db.
I would prefer to do it via query, but VBA isn't a problem either. Just figured it to be easier with a query but I don't fully know the syntax.
I have a tbl of contacts, and each contact is either Included or Excluded (from reporting, not from my social life!) the Included/Excluded field is Yes/No. That table is broken down into two queries (probably only need one, but I do what I know how to do). Those queries populate a list box for each. When a user double clicks on a name in either box, I want it to drop from the current box and populate the other box. That part can be easily done by requerying. However, I am having trouble figuring out the syntax for the update query to change the record in the db.
I would prefer to do it via query, but VBA isn't a problem either. Just figured it to be easier with a query but I don't fully know the syntax.