Ok, this is what I want to happen. On a form, in single form view, I want to be able for the user to type in their information and when they are done, hit a button that will add/update the records. After that I want the records to be displayed in datasheet view on the same form. I know this may sound a little confusing, but I want to know if its possible and how to go about doing it.
I tried making 2 tables with the same fields in each. One was a temporary table and the other was the permanant table. I tried using an append, update query to move the temp table info to the perm table info, and then a delete query to delete the info out of the temp table. This didnt seem to work very well.
I tried making 2 tables with the same fields in each. One was a temporary table and the other was the permanant table. I tried using an append, update query to move the temp table info to the perm table info, and then a delete query to delete the info out of the temp table. This didnt seem to work very well.