I have a subform that I use on two different forms. The subform consists of 4 dropdown listboxes (with the values pulled from other tables) and a date field.
. At first when I would click on a listbox it would open a list of values that would take up the entire screen, so I found that if I could resize the subform to be a lot smaller. However, this appears to be an all or nothing fix. The problem is that I have 2 listboxes with values that are only 4 characters long and then I have 2 other listboxes that the length of characters is about 40-50. So, now when I open up one of the smaller listboxes, the scroll bar is way over to the right in order to compensate for the length of the other listboxes.
Hope I've made that clear.
Is there a way that I can tell it to open up a listbox with the minimal size instead of using the size of the subform itself? Or is there a way to click on the fields in the subform and change them interdependently? (Which I've been trying to do all morning but it only seems to change all of them at once)
Thanks much!