Johnny5 Posted August 23, 2005 Posted August 23, 2005 Lets say there is a Company table and a Employee table. Company Table fields: CompanyID Company Name Company Address gStatus etc Employee Table fields: EmployeeID CompanyID Employee First Name Employee Last Name Status etc If I wanted to have a portal show the records of the contacts for each company, with a radio button for full-time status and part-time status, its no problem as, I can have the relationship match on CompanyID and gStatus to Status. Now the problem is that I want the user to be able to select an option to show ALL the employees regardless of the status. I tried making a match from the gStatus key to a calculation field in the Employee table, but that would not work. How come calculation fields can not be used as a match key? Any suggestions how to achieve the end result?
SlimJim Posted August 23, 2005 Posted August 23, 2005 Make your radio button into a checkbox and allow both types of status.
Johnny5 Posted August 23, 2005 Author Posted August 23, 2005 I can not use checkboxes. I need the user to basically click a button behind a radio button field that would envoke a script to change the key value.
SlimJim Posted August 23, 2005 Posted August 23, 2005 Ok, perhaps there is more going on here than I can see. I am enclosing a very minimal example of what I mean. Look at the company layout. status.zip
Johnny5 Posted August 23, 2005 Author Posted August 23, 2005 ahhh thanks. It was the missing carriage return. That works.
Recommended Posts
This topic is 7032 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