P
Patricia
Is this possible:
I have 2 tables: Schedule and Monday
Monday has the fields called
Monday (date field and primary key)
Slots (number)
Schedule has the fields:
Schedule ID (auto number and primary key)
Monday (date field)
Customer
What I want to do is put a number in the Monday.slots field and then have
this table insert X # of records into the Schedule table with the monday date
Example
Monday table has the following record
Monday.Monday = 02/19/07
Monday.slots = 8
In the schedule table I want to see 8 records with 02/19/07 in the
Schedule.Monday field.
I have 2 tables: Schedule and Monday
Monday has the fields called
Monday (date field and primary key)
Slots (number)
Schedule has the fields:
Schedule ID (auto number and primary key)
Monday (date field)
Customer
What I want to do is put a number in the Monday.slots field and then have
this table insert X # of records into the Schedule table with the monday date
Example
Monday table has the following record
Monday.Monday = 02/19/07
Monday.slots = 8
In the schedule table I want to see 8 records with 02/19/07 in the
Schedule.Monday field.