B
Bill
Obviously I am new to Access! I need to create a form that will
update my database with many entries at the same time:
TableName: MachineAssignments
Fields: Date, Shift, MachineType, MachNo, Operator
Form would look like:
Date:______
Shift:______
MachType: MachNo: Operator:
DBCS 1 entryneeded
CIOS 12 entryneeded
DIOS 3 entryneeded
DIOS 4 entryneeded
MPBC 1 entryneeded
MPBC 2 entryneeded
Update Button
The list of existing machine types and machine numbers would always be
on the form
The person who makes the entries would need to put in the date, the
shift number and the operator names.
When update is selected an entry for each machine type would be made to
the MachineAssignments database like:
Date: Shift: MachType: MachNo: Operator:
1/1/06 3 DBCS 1 John Smith
1/1/06 3 CIOS 12 Dan Jones
1/1/06 3 DIOS 3 Joe WhoEver
Etc
Please help me... learn access
update my database with many entries at the same time:
TableName: MachineAssignments
Fields: Date, Shift, MachineType, MachNo, Operator
Form would look like:
Date:______
Shift:______
MachType: MachNo: Operator:
DBCS 1 entryneeded
CIOS 12 entryneeded
DIOS 3 entryneeded
DIOS 4 entryneeded
MPBC 1 entryneeded
MPBC 2 entryneeded
Update Button
The list of existing machine types and machine numbers would always be
on the form
The person who makes the entries would need to put in the date, the
shift number and the operator names.
When update is selected an entry for each machine type would be made to
the MachineAssignments database like:
Date: Shift: MachType: MachNo: Operator:
1/1/06 3 DBCS 1 John Smith
1/1/06 3 CIOS 12 Dan Jones
1/1/06 3 DIOS 3 Joe WhoEver
Etc
Please help me... learn access