jim0203 Posted March 6, 2009 Posted March 6, 2009 Say I have a database which was used to control the stock of pets in a pet shop Animals_table has field "Animal_type" which can be Dog, Cat or Goldfish. Then it has "Animal_breed" which would contain a specific breed. Dogs_table contains one record per dog in the pet shop. I want to include a pop-up field of Dog breeds, based on the beeds available in "Animals_table". It's obviously trivial to create value list which contains the breeds of all dogs, cats and goldfish, but how do I filter this value list so that it only contains dog breeds? --Jim
bcooney Posted March 6, 2009 Posted March 6, 2009 I think your structure is a bit off. Have a look at this demo. (Aren't goldfish a breed of fish?) PetShop.fp7.zip
Recommended Posts
This topic is 5741 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