Playmaker
Jan 18th, 2000, 12:00 AM
Hi, I have two datacombo boxes that are populated with number codes fields. One has 'location codes' and the other is 'occupation codes'. These fields come from my 'Claims' table in SQL 7. I have two small tables called 'LocationCodes' and 'OccupationCodes' that have the same codes as in the 'Claims' table and their respective descriptions. What I want to do is make it so that when the user clicks the datacombo box and selects one of the available number codes, the appropriate description for that code will display. Can somebody help?