I'm a newbie to Access 2007, so let me apologize in advance if this question is extremely basic.
I have a table where I use a form to allow users to enter data to create a new record. I added a button to the form for the user to click when they are done entering all the required data. I've tested the form, and the data does get added to the table but I have to close the table and re-open it to see the new records. I'd like to have this data be visible when the user closes the form (most users will be familiar with EXCEL and will expect to see their work). I added a second button to the form for the user to be able to close the form, and I added a Requery command in front of the CloseWindow command thinking that before the form closed that the table would be updated. it doesn't appear to be working. Can anyone point me in the right direction? It seems like it should be a simple task but I am at a loss.
Thanks!
I have a table where I use a form to allow users to enter data to create a new record. I added a button to the form for the user to click when they are done entering all the required data. I've tested the form, and the data does get added to the table but I have to close the table and re-open it to see the new records. I'd like to have this data be visible when the user closes the form (most users will be familiar with EXCEL and will expect to see their work). I added a second button to the form for the user to be able to close the form, and I added a Requery command in front of the CloseWindow command thinking that before the form closed that the table would be updated. it doesn't appear to be working. Can anyone point me in the right direction? It seems like it should be a simple task but I am at a loss.
Thanks!