I have employees who enter into a database what types of activities they have been working on. Some activities can be done hundreds of times a day, and instead of having them enter the activity 100 times, is there a way I can add something to a form for the user to input a number(quanity) that will then add that number of records into the DB? Each record is defined wtih a auto number key, and the person's initials, current data and the activity.
If I read 100 Emails, I would enter this 100 times, with the issueID inreasing each time I entered.
IssueID 101
JBC
Read Email
10/3/2013
I would like to add a quantity selection so it will enter the inputting record x number of times when they click add record. Is this possible?
Access 97 (This company doesn't keep up with times ^-^ ), currently using 1 table with ID field, initial field, date field, work completed field.
Thanks!
I also tried searching for someone else with a similar post, but was unsuccesful. If this has been answered, can you provide a link!