P
p-rat
I have a simple form that is for payroll data entry. I have a combo
that allows the data entry people to select the employee number and
about 8 fields are autofilled with everything from TimeClockID,
EmployeeName, PayGroupID, etc.
The main data entry line is where they choose a Location (CostCenter)
and PayCategory (Job such as Welder, etc.). Currently there is only
one line for this entry. This record can then be saved and a new
record created.
I have a requirement to put a checkbox or button on this form to pop-
up a subform or something to add more lines as described above where
the cost center and job title are chosen. This is a rarity, but I have
the requirement.
What I want to see when done is more than one record if there is more
than one line chosen. To explain better I guess is that if:
1. On the main form I enter the employeenumber and the fields auto
populate.
2. I choose on the form a button or check box that let's me add
multiple lines (instead of the single line of data).
3. A form opens to enter FOR EXAMPLE five total lines of data.
4. I save this record.
5. When looking in the table it shows 5 records (not one). All have
the autofilled information in the records.
Is this possible. If yes then how? Thanks.
that allows the data entry people to select the employee number and
about 8 fields are autofilled with everything from TimeClockID,
EmployeeName, PayGroupID, etc.
The main data entry line is where they choose a Location (CostCenter)
and PayCategory (Job such as Welder, etc.). Currently there is only
one line for this entry. This record can then be saved and a new
record created.
I have a requirement to put a checkbox or button on this form to pop-
up a subform or something to add more lines as described above where
the cost center and job title are chosen. This is a rarity, but I have
the requirement.
What I want to see when done is more than one record if there is more
than one line chosen. To explain better I guess is that if:
1. On the main form I enter the employeenumber and the fields auto
populate.
2. I choose on the form a button or check box that let's me add
multiple lines (instead of the single line of data).
3. A form opens to enter FOR EXAMPLE five total lines of data.
4. I save this record.
5. When looking in the table it shows 5 records (not one). All have
the autofilled information in the records.
Is this possible. If yes then how? Thanks.