M
Michelle
Do you know how to refresh the data in the tables once you have executed an
append/delete macro without having to close it down?
I have set up an append/delete query that should take information from the
HR table when the completed box is ticked, move it to the achieve table and
delete it from the HR table.
Another one will work the opposite way - take a reopened record i.e. take a
record with an unchecked completed box from the achieve table back to the
original table and delete it from the achieve table.
The macro will run from the button, sort of, at first it says that no
records are being appended and no records are being deleted. When you close
the DB and reopen it again it then click the archive button it re-runs the
macro it will then identify records to be appended and deleted them - but we
also get the text #deleted# in every text box on the form. Then you have to
re-close and reopen the DB again before you can see the changes.
Surely there must be an easier option to perform the move, the delete, the
update and refresh the database in one easy step.
I am very new to this type of database design. Can this be added onto the
macro or does code need to be written although I have no idea about VB code.
Can some help with a bit of a step by step guide it will be much appreciated.
append/delete macro without having to close it down?
I have set up an append/delete query that should take information from the
HR table when the completed box is ticked, move it to the achieve table and
delete it from the HR table.
Another one will work the opposite way - take a reopened record i.e. take a
record with an unchecked completed box from the achieve table back to the
original table and delete it from the achieve table.
The macro will run from the button, sort of, at first it says that no
records are being appended and no records are being deleted. When you close
the DB and reopen it again it then click the archive button it re-runs the
macro it will then identify records to be appended and deleted them - but we
also get the text #deleted# in every text box on the form. Then you have to
re-close and reopen the DB again before you can see the changes.
Surely there must be an easier option to perform the move, the delete, the
update and refresh the database in one easy step.
I am very new to this type of database design. Can this be added onto the
macro or does code need to be written although I have no idea about VB code.
Can some help with a bit of a step by step guide it will be much appreciated.