multi entry on one form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for a setup sceme I can use for a subform. Below is what I have
already

tblassociates
associateName
UniqueID

tbldailywork
UniqueID
TypeWork
HourlyRequirement
TotalCompleted

tblworktype
Typework
hourlyRequirement

What I would like to do is whenever I go to a new entry the subform, based
on tbldaily work, that all of the diffrent Types of work (all listed in
tblworktype) are listed on the form and ready for entry. So that the
associate, who is accostumed to Excel, can tab thru the form and enter the
data without having to select each type of work.

Note: I need to track the type work and HourReq in the tbldailywork due to
these requirements are constantly changing. Thus tblworktype really just
contains the current default data.

I know I probably missed something big, so please let me know what ya need.
 
Back
Top