maxmangion
AWF VIP
- Local time
- Today, 00:05
- Joined
- Feb 26, 2003
- Messages
- 2,805
in my main table i have five of the fields which their datatype is set to lookup wizard. i have created another table with 5 fields where i have type in the values from where the main table can get the values from.
my problem is that when i created a form using the main table fields, when i come to the combo boxes, so that the user can see a list of possible values, between the values there is being created a lot of empty space. This is due to the fact that in the table where i keep the values, not all of the fields have the same number of entries. Is there a way, that i can make all the values being listed exactly under each other ?
example:
ValuesTable
=========
Category SubCategory Subject
Computing Programming C
Literature Networking C++
Web Design Javascript
Perl
Pascal
and so on;
in the combo boxes, the values from the fields with less values are being displayed as:
Programming
Networking
etc
depending on the sortorder of the subject field.
Thank you!
my problem is that when i created a form using the main table fields, when i come to the combo boxes, so that the user can see a list of possible values, between the values there is being created a lot of empty space. This is due to the fact that in the table where i keep the values, not all of the fields have the same number of entries. Is there a way, that i can make all the values being listed exactly under each other ?
example:
ValuesTable
=========
Category SubCategory Subject
Computing Programming C
Literature Networking C++
Web Design Javascript
Perl
Pascal
and so on;
in the combo boxes, the values from the fields with less values are being displayed as:
Programming
Networking
etc
depending on the sortorder of the subject field.
Thank you!