alexk15102
Registered User.
- Local time
- Today, 01:27
- Joined
- Dec 31, 2008
- Messages
- 30
I am a very green Access user and am trying to create a database for tracking a plastic miniatures collection. I have already looked through the forums and frankly the responses to similar topics have been above my head. Feel free to address me like a child. 
The structure I have is two tables. Table one is titled SetNames, table two is titled Miniatures. SetNames contains three fields, SetName, SetTotal and an attachment (jpeg) SetSymbol. Miniatures is for holding records on each individual model.
On the form SetNames is a list box control, and when a set name is selected I want the SetTotal and SetSymbol controls to auto-populate with the data from the same record of the SetNames table as the SetName.
Any help would be greatly appreciated.

The structure I have is two tables. Table one is titled SetNames, table two is titled Miniatures. SetNames contains three fields, SetName, SetTotal and an attachment (jpeg) SetSymbol. Miniatures is for holding records on each individual model.
On the form SetNames is a list box control, and when a set name is selected I want the SetTotal and SetSymbol controls to auto-populate with the data from the same record of the SetNames table as the SetName.
Any help would be greatly appreciated.