Hello all - I have two tables - JurorMain and StatusCode
JurorMain has a field called StatusCD that equals the STCD field in the StatusCode Table. StatusCodeTable also has a field called STDESC (description). I would like to have the description for each juror's StatusCD show up in the combobox. Which is kinda happening. When I open the Individual Juror Form the correct description is highlighted IN THE LIST BUT DOES NOT DISPLAY IN THE BOX! How do I get the information to Display?
Also, when the drop down arrow is selected it only shows 2 rows of information and I'd like to have more showing. How do I increase the size of the box LENGTH (not width).
FYI - I am redoing this form because I was previously unaware of the DB functions. If I use this DBLookupComboBox component, will I still be able to automatically update the database with changes? I had this working properly with a joined SQL, but you can't use joins in the DB functions.
Thanks for any help!
Leslie
JurorMain has a field called StatusCD that equals the STCD field in the StatusCode Table. StatusCodeTable also has a field called STDESC (description). I would like to have the description for each juror's StatusCD show up in the combobox. Which is kinda happening. When I open the Individual Juror Form the correct description is highlighted IN THE LIST BUT DOES NOT DISPLAY IN THE BOX! How do I get the information to Display?
Also, when the drop down arrow is selected it only shows 2 rows of information and I'd like to have more showing. How do I increase the size of the box LENGTH (not width).
FYI - I am redoing this form because I was previously unaware of the DB functions. If I use this DBLookupComboBox component, will I still be able to automatically update the database with changes? I had this working properly with a joined SQL, but you can't use joins in the DB functions.
Thanks for any help!
Leslie