E
efandango
I have a master table where I want to take 18 records based on a form textbox
criteria, then split them across two forms (forms 1 & 2) so that each form
contains 9 each of the sub recordset, and each recordset contains a unique
set of subrecords; in other words Form 1 cannot contain any records that
appear in Form 2, and vice-versa.
Then each time I requery the forms, they display then in different (random)
order.
My master table is this:
Point_ID: Autonumber
Run_No: Number (used for form criteria)
Run_point_Venue
Run_point_Address
Run_point_Postcode
criteria, then split them across two forms (forms 1 & 2) so that each form
contains 9 each of the sub recordset, and each recordset contains a unique
set of subrecords; in other words Form 1 cannot contain any records that
appear in Form 2, and vice-versa.
Then each time I requery the forms, they display then in different (random)
order.
My master table is this:
Point_ID: Autonumber
Run_No: Number (used for form criteria)
Run_point_Venue
Run_point_Address
Run_point_Postcode