djc728 Posted February 10, 2006 Posted February 10, 2006 Hello all: I'm sure this is as simple as it gets but here goes: I have a table with 2 fields: Player(Text) Active (Number). If Active is 1 the Player is Active else he's inactive. I have an input form for another table where I would like to have a popup list showing ONLY the active players. There is no relationship connecting the 2 tables. What do I need to do to just show the active players. Thanks. DJC
Lee Smith Posted February 10, 2006 Posted February 10, 2006 Have you tried using a relationship and a Portal?
comment Posted February 10, 2006 Posted February 10, 2006 Define a calculation field in the first table (result is Text) = Case ( Active ; Player ) In the second table, define a value list to show values from the calculation field.
Recommended Posts
This topic is 6862 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now