I am designing a database to assign employees to the various work positions each day. Two tables, tblPosition and tblDate are joined by the tblPositionDate table. The tblPositionDate table has a compound primary key consisting of “date” and “position”. What is the best way to auto-populate the tblPositionDate table with every position name for a given date? For compactness I would prefer to populate up to a particular date rather than filling in the entire year. The absolute best case would be if the population took place when my form first goes to a given date.
Tom
MCSD
I Nab Terrorists
Tom
MCSD
I Nab Terrorists