Jarvis Posted November 29, 2004 Posted November 29, 2004 I have a database with two fields. Field One = ANIMAL Field Two = FAVORITE FOOD Both fields are populated via value lists which draw their values from the respective fields. The second field, FAVORITE FOOD is constrained to using only related values from the first field. IF: ANIMAL = Bird > FAVORITE FOOD = Birdseed IF: ANIMAL = Dog > FAVORITE FOOD = Kibbel This is pretty simple so far. When you select the animal name, a list of possible food presents itself for you to select from. What I would like is to have the value for FAVORITE FOOD automatically selected as a default choice (Not as an option to pick from) so that when you click on Dog, Kibbels shows up immediately. This would probably require that the value list be constrained to just one value but I still need to have the ability to override this value. Can this be done? Thanks, Jarvis
The Shadow Posted November 29, 2004 Posted November 29, 2004 Make the Favorite Food field an auto-enter Lookup and it will fill in with the first related food. You can then still change it with the value list.
Jarvis Posted November 30, 2004 Author Posted November 30, 2004 Shadow, Thanks. That is just what I needed. Jarvis
Recommended Posts
This topic is 7299 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