staypuffinpc Posted October 25, 2002 Posted October 25, 2002 I've got three files: states, test, and portalTest. In states, people create a record with the name of a state and a city to go along with that. I've created a relationship between states and Test such that, when you click on the "states" field and choose a states, only the cities related to that state appear in the cities pop-up list. Great, that works just fine. PortalTest has a relationship with Test and hopes to show its (tests) records in a portal that allows creation of records in the related file (test, in this case). However, I can't get those fields to work. The key field between PortalTest and Test is an arbitrary field called "state." I don't actually do anything with it, I just created it to define a relationship. The key between Test and states is also a field called "state", only both of those are legitimatley used in those cases. In PortalTest, when I click on the states pop-up list I do get the correct list of states. However, I get an error message reading "this field cannot be modified until 'state' is given a valid value.' I think my problem is with my key field, but I don't know what, why or how to fix it. How do I get my Test file to show up correctly in my PortalTest file? thanks ahead of time for your suggestions and expertise.
Recommended Posts
This topic is 8121 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