Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I?

Status
Not open for further replies.

wma

Programmer
Joined
Aug 23, 2002
Messages
3
Location
IE
Okay I have three forms laid out one is Character, other Faction and last job. Ok I have on the character form the faction is in a combo box. when you click on the arrow you can see the factions and click on one, but it coninues for every record as the same faction. which I don't want it to do I want to be able to select a new faction for each character is there some way I can do this.
 
wma
I am assuming that faction is just a list box, from a separate table.
It sounds to me like you simply have to create a field in your Character table to store the Faction information that you select.
You can then set the datatype for this field as a lookup. And select the faction lookup table as place to get the data from.
Hope this is enough info to help.
Juanita
 
I have them as you said, I am trying to get it so I can select a new one for each character how do I do this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top