kousotsu
Eeny, meeny, miney...Jim?
- Local time
- Today, 04:33
- Joined
- Apr 2, 2004
- Messages
- 23
Here's my dilemma: I need to have eight datatypes (complaint types), organized by one field (feeder number - PK), separated by month. I'm trying to think of a strealined way to make this happen, but so far I have only come up with creating 12 identical tables, named for the month. Maybe I'm not thinking laterally enough?
I am sure that this would work (I can use very complex layered queries to access the information), but I don't think it's the most efficient way to do it.
Also, as far as the Form is concerned (want to use one form to enter all the data), I haven't yet figured out how to efficiently change the RecordSource property by each month's table. As the tables have the same datatypes (and feeder numbers), I'm not seeing the disconnect.
Any help or suggestions will be greatly appreciated.
- John
I am sure that this would work (I can use very complex layered queries to access the information), but I don't think it's the most efficient way to do it.
Also, as far as the Form is concerned (want to use one form to enter all the data), I haven't yet figured out how to efficiently change the RecordSource property by each month's table. As the tables have the same datatypes (and feeder numbers), I'm not seeing the disconnect.
Any help or suggestions will be greatly appreciated.
- John