Newbies Tim Hampton Posted January 23, 2013 Newbies Posted January 23, 2013 Hi There. I have a table called: Users which contains the fields User ID, Level, Gender I have a table called Result Events. It contains Event ID, Level, Gender. I have a table called Results. It contains the fields User ID, Event ID, Result. What I would like to do is have a value list (a pop up menu) which only shows user IDs which are in the same level and gender as the event ID (eg if an event is Male, Junior, the value list in the table results will only show users which are Male Junior) Any advice would be greatly appreciated. I am stuck and can not get it to work - I have been looking on various sites and not be able to find a solution. Thanks!
webko Posted January 23, 2013 Posted January 23, 2013 Set up a relationship between Result Events and Users which is based on both Level and Gender being equal. Set up the value list in Result Events using this relationship.
Newbies Tim Hampton Posted January 24, 2013 Author Newbies Posted January 24, 2013 When I do this I get the error: <no values defined>
Recommended Posts
This topic is 4683 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