OnziTam Posted May 7, 2007 Posted May 7, 2007 (edited) It is a very basic question, i guest, but it is puzzling me. I have employee and employee ID fields I am able to writhe the employee name and see its ID (I achieved that through self-join) but cant figure it out how to get the Name when I type the ID. In other words i want to type ether in ID or Name field and get the responding field automatically. Any help will be appreciated. Edited May 7, 2007 by Guest
bcooney Posted May 7, 2007 Posted May 7, 2007 What you're trying to achieve is a bit odd. Typically, the employeeid field is put on the layout, and is formatted to be a popup menu using a value list that contains both the id and name. Usually, the value list is set to only show the second field (the name). This way, the user is populating the foreign key (employeeID), but isn't subjected to dealing with ids.
OnziTam Posted May 8, 2007 Author Posted May 8, 2007 yep that is an idea to put the id and the name together in one drop-down menu. Thank you for the clue.
Recommended Posts
This topic is 6467 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