matrixtech
Programmer
Hello,
I currently have a form, "FormA" that has info about a consultant's
assignment at a company. There is a subform "subFormA" in datasheet view,
which lists each day the consultant worked and how many hours he/she worked.
If the user clicks a button on FormA, subFormA is automatically populated
with a record containing the date for each remaining day of the current
year. In other words, on jan 1, there would be 364 records entered each with
a date.
Now, lets say the user decides to enter the date and hours of one record.
The button has not been pushed so there is only 1 record showing. Then, the
user pushes the button adding a record for each day left in the year. How
can I get the cursor to return to the day after the last user entry? In
other words, allow the user to continue entering data where they left off.
Any help would be greatly appreciated.
Geoff
I currently have a form, "FormA" that has info about a consultant's
assignment at a company. There is a subform "subFormA" in datasheet view,
which lists each day the consultant worked and how many hours he/she worked.
If the user clicks a button on FormA, subFormA is automatically populated
with a record containing the date for each remaining day of the current
year. In other words, on jan 1, there would be 364 records entered each with
a date.
Now, lets say the user decides to enter the date and hours of one record.
The button has not been pushed so there is only 1 record showing. Then, the
user pushes the button adding a record for each day left in the year. How
can I get the cursor to return to the day after the last user entry? In
other words, allow the user to continue entering data where they left off.
Any help would be greatly appreciated.
Geoff