Using Access 2003 (2000 format)
The database is for the local Kiwanis club.
I am searching for the best method to enter a batch of new Makeup Activity records in tblAttendance.
The relevant fields are…
1. MeetingDate (Date field)
2. MemberID (Number field, long integer, joined to MemberID in tblMembers)
3. MakeupID (Number field, long integer, joined to MakeupID in tblMakeups). This field is the type of Makeup Activity to be entered, selecting from 25 available activities)
4. HoursSpent (Number field, long integer).
To date, I have an unbound form, with a list box for the Members, a combo box for the Activities, text boxes for the Meeting Date and Hours Spent, and the club Secretary enters one member at a time. The reason I designed it this way is because of the MakeupID and HoursSpent fields vary for each member being entered. If these two fields weren’t individually variable by member, one could select any number of members from the list box and post.
Even considering the variable fields, the club secretary would prefer to make batch entries. He finds it cumbersome to have to enter one member at a time, and I appreciate his concerns.
I can use a bound form in continuous form and data entry mode, using combo boxes for the MemberID and MakeupID fields, and text boxes for the Date and HoursSpent fields. My concern about this approach is that entries are posted as the user moves to the next row, leaving open the potential for errors, the need to delete incorrect entries etc.
So I would prefer an Unbound form where the Secretary doesn’t post that batch of entries until he is certain all are correct.
Any suggestions as to approach would be appreciated.
Thanks.
Tom
The database is for the local Kiwanis club.
I am searching for the best method to enter a batch of new Makeup Activity records in tblAttendance.
The relevant fields are…
1. MeetingDate (Date field)
2. MemberID (Number field, long integer, joined to MemberID in tblMembers)
3. MakeupID (Number field, long integer, joined to MakeupID in tblMakeups). This field is the type of Makeup Activity to be entered, selecting from 25 available activities)
4. HoursSpent (Number field, long integer).
To date, I have an unbound form, with a list box for the Members, a combo box for the Activities, text boxes for the Meeting Date and Hours Spent, and the club Secretary enters one member at a time. The reason I designed it this way is because of the MakeupID and HoursSpent fields vary for each member being entered. If these two fields weren’t individually variable by member, one could select any number of members from the list box and post.
Even considering the variable fields, the club secretary would prefer to make batch entries. He finds it cumbersome to have to enter one member at a time, and I appreciate his concerns.
I can use a bound form in continuous form and data entry mode, using combo boxes for the MemberID and MakeupID fields, and text boxes for the Date and HoursSpent fields. My concern about this approach is that entries are posted as the user moves to the next row, leaving open the potential for errors, the need to delete incorrect entries etc.
So I would prefer an Unbound form where the Secretary doesn’t post that batch of entries until he is certain all are correct.
Any suggestions as to approach would be appreciated.
Thanks.
Tom