G
Guest
I've designed a form for data entry for my contacts. It draws all of its
bound fields from a table. One of the fields is called "contact type". In my
table, I've got a combo box for this info which sorts the possible contact
types alphabetically from the following value list:
Clinic;Clinicians/Practitioners;Computer Support;Employee
Services;Lab;Monitors;Patients;Personal;Pharmacy;Provider;Regulatory;Scheduling;ServiceProvider;Sponsor;System Support.
I seem to have one of 2 choices in the form I've created when it comes to
the way I can use this bound field for data entry. One requires that I
manually enter the type of contact (which presupposes that I can REMEMBER the
above list). The second, a combo box, isn't working properly. For one thing,
the list of options doesn't sort alphabetically (which I want). For a second
thing, items are duplicated. It seems that there are multiples of each
possible type of contact. I find this annoying, and I find that all of my
attempts at correcting these problems are unsuccessful.
Help?
bound fields from a table. One of the fields is called "contact type". In my
table, I've got a combo box for this info which sorts the possible contact
types alphabetically from the following value list:
Clinic;Clinicians/Practitioners;Computer Support;Employee
Services;Lab;Monitors;Patients;Personal;Pharmacy;Provider;Regulatory;Scheduling;ServiceProvider;Sponsor;System Support.
I seem to have one of 2 choices in the form I've created when it comes to
the way I can use this bound field for data entry. One requires that I
manually enter the type of contact (which presupposes that I can REMEMBER the
above list). The second, a combo box, isn't working properly. For one thing,
the list of options doesn't sort alphabetically (which I want). For a second
thing, items are duplicated. It seems that there are multiples of each
possible type of contact. I find this annoying, and I find that all of my
attempts at correcting these problems are unsuccessful.
Help?