agtjazz Posted April 6, 2006 Posted April 6, 2006 Hi there--- I have a database with multi tables (tables re: question are people > jobs > dept). On a layout, I would like the user to enter the Dept Code (abbreviated code for dept name- ie BHS is Behavioral Science) and then the department full name would automatically appear as a display field. I have the field setup and behaving correctly- except the user actually needs to tab into the display field for it to update. If the user doesn’t tab into the dept name (display only) field, it won’t update the display. How can I eliminate the tab necessity? I want it to appear automatically. Thanks
Ender Posted April 7, 2006 Posted April 7, 2006 Perhaps you can explain what method you used to show the Dept. Name, and whether or not your using a value list for those codes (if so which type, pull down menu, pop up list, etc.)
agtjazz Posted April 7, 2006 Author Posted April 7, 2006 For Dept code, the user can pick from a drop down list (a value list has been defined using the dept table). I was expecting that the dept name would appear in the display only field once the appropriate code was selected due to the relationship between people::deptcode and dept::deptcode. Am I missing something or is there a more efficient way to do what I need? Thanks
Ender Posted April 7, 2006 Posted April 7, 2006 If the "dept name" field that's on the layout is the related dept::dept name field, then this should work. Make sure that the deptcode fields on both sides of the relationship are of the same type.
agtjazz Posted April 11, 2006 Author Posted April 11, 2006 Thanks... I had some issues in my relationships. It works like it's supposed to now--- thanks again for your patience and help. Have a wonderful day!
Recommended Posts
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