Newbie question on Forms : 4 entries per form page
So I know this can be done, I can do this elsewhere but need to do this in Access 2007, which is new to me -- any help greatly appreciated.
Each row in the database has 5 fields: ID, Timeslot, Type, SubType, and Entry. The first 4 are lookups, Entry is free numeric entry.
On a form page, I need to have 4 entry boxes display, with each one associated with a different SubType (so that when the fields are inserted into the db, entry1 gets entered as SubType1, entry2 as SubType2 etc). All 4 entries will be entered as the same timeslot. And the page itself will determine the Type the entries are associated with.
Two controls (which I know how to do) will get you to the next/prev timeslot or the next/prev Type.
But I'm not sure how to get 4 entries on a form (so 4 different database records, ultimately) all to 1) be associated with a particular SubType and 2) be entered based on a single keypress.
Possible/likely? If not, dammit but if so, any tips?
Again, many thanks for any help here.