StryderLlama
Registered User.
- Local time
- Today, 05:12
- Joined
- Oct 26, 2007
- Messages
- 19
I have three tables. One called tblRound, one called tblLanes and one called tblCars. I would like to use VBA to create from those three tables a set of tables. tblRound would determin how many tables get created. tblLanes would determin the columns for each table and tblCars would determin the records in the table. Then I need to auto arrange the tblCars values in a random order in each table. I am attaching a screen shot of how the tables should look. What I am doing is auto-generating races for a Pinewood Derby. Any idea how I would go about doing such a thing?

