V
Vanessa
I have a simple database but a problem I can't figure out. Objects
are:
1) Table A.
2) Form A, used as a front-end tool for data entry for Table A.
3) Button on Form A which drives data to temp tables using queries and
performs further calculations.
4) Report in Print Preview showing finished calculations.
Problem is: after tabbing off the last field in the form, Access is
leaving that recordset open for further entry or editing.
Consequently, none of the queries work because no data is saved in the
table. How do I get Access to close that recordset? I've tried using
gotorecord next, but since the table isn't actually open, that just
causes another error.
are:
1) Table A.
2) Form A, used as a front-end tool for data entry for Table A.
3) Button on Form A which drives data to temp tables using queries and
performs further calculations.
4) Report in Print Preview showing finished calculations.
Problem is: after tabbing off the last field in the form, Access is
leaving that recordset open for further entry or editing.
Consequently, none of the queries work because no data is saved in the
table. How do I get Access to close that recordset? I've tried using
gotorecord next, but since the table isn't actually open, that just
causes another error.