littlecool
Registered User.
- Local time
- Today, 18:51
- Joined
- Mar 20, 2014
- Messages
- 11
I have a form that currently uses a "catch all" table for listing available equipment to choose from for an equipment field. I call it tblEquipment. What I want to do is to make it so when I type a name in (1 of 35) in one field of the current record, the record source for the equipment field immediately looks at a different table that has equipment available only for that name. To do this I plan on making 35 different tables with limited data originally found in tblEquipment. I would call these tblEquipment1, tblEquipment2, etc. I do not use a sub form, nor do I want to.
So my questions are:
1) can this be done
2)If it can be done, how can I do it?
Any help is greatly appreciated.
-LC
So my questions are:
1) can this be done
2)If it can be done, how can I do it?
Any help is greatly appreciated.
-LC