Question with toggle buttons...since the behaviour of a toggle button is the same as a check (tick) box, True/False, Yes/NO, -1/0...that part I get with little difficulty.
I have a form based off of qryUpdate. Now I am trying to use this form for a couple of things:
1)Display the record based upon qryUpdate
2)Append the current record based upon this qryUpdate to an Archived table (tblDeleted)
3)After the record is appended to the tblDeleted, I want to delete the record from the current table.
That part all works fine, but here is the rub. I am trying (maybe erroneously) to use a Toggle Button to add a falue to a field in the tblDeleted. I have tried the botton both bound and unbound to the corresponding column in the table (I have also made sure that the column is formatted as a Yes/No, and also tried it as a true/false). I am not quite sure where I have gone awry.
dbNewbie here, so I am sure that it is something simple.
I know just enough to envision what I want to do but not enough experience to get there just yet...
I have a form based off of qryUpdate. Now I am trying to use this form for a couple of things:
1)Display the record based upon qryUpdate
2)Append the current record based upon this qryUpdate to an Archived table (tblDeleted)
3)After the record is appended to the tblDeleted, I want to delete the record from the current table.
That part all works fine, but here is the rub. I am trying (maybe erroneously) to use a Toggle Button to add a falue to a field in the tblDeleted. I have tried the botton both bound and unbound to the corresponding column in the table (I have also made sure that the column is formatted as a Yes/No, and also tried it as a true/false). I am not quite sure where I have gone awry.
dbNewbie here, so I am sure that it is something simple.

Last edited: