Move record to new table after data change in combo box value in original table.

muirchez

steve muir
Local time
Today, 07:26
Joined
Nov 23, 2006
Messages
8
Ok my problem is this......

I have a form with a field "Property Status" on it. It has 4 possible values -

"C - SHELTERED (with warden charge)";"H - SHELTERED (No warden charge)";"J - WHEELCHAIR SHELTERED (With warden charge)";"M - WHEELCHAIR SHELTERED (No warden charge)";"X - DISCONNECTED"

When the value "X - DISCONNECTED" is selected in the form I want the record to be removed from its existing table and sent to a new table which keeps all the "X - DISCONNECTED" records together.

Any ideas would be greatly appreciated. How would this be coded?
 
I think you will need to run an Append query to add to the disconnected table, then a delete.
 

Users who are viewing this thread

Back
Top Bottom