R
rob p
I need to bind a selection in a combo box to the rest of a form.
Table: ID,NAME,ADDRESS,CITY,STATE,ZIP - ID is 3 Letters.
I have all fields on a main form. I only want to display, not edit add or
delete. (which I have "NO" in form properties.)
Actually I combined ID and NAME in a combo form. I used SELECT DISTINCROW
customer.ID, customer,NAME
and 2 columns and 0";2" to suppress seeing ID . I only see NAME in the combo
box.
Somewhere I didn't bind (or whatever) the combo box to the main form fields.
I can use the bottom record selectors. The rotate the customers thru the
combo box. But if I try to select manually from the combo box with the down
arrow slider, I select the name but none of the other fields (add, csz )
change on the form.
I don't know what is wrong. Point me towards a sample if it is too hard to
explain.
Also related to combo boxes. Say I only wanted ID in the combo box (AAA,
ABC, etc.) Is there a way I can put in the first letter of the ID and have
it bring to to that part of the alphabet rather than scrolling? Or even
more, take ABC and just take me to the record?
Thanks.
rob
Table: ID,NAME,ADDRESS,CITY,STATE,ZIP - ID is 3 Letters.
I have all fields on a main form. I only want to display, not edit add or
delete. (which I have "NO" in form properties.)
Actually I combined ID and NAME in a combo form. I used SELECT DISTINCROW
customer.ID, customer,NAME
and 2 columns and 0";2" to suppress seeing ID . I only see NAME in the combo
box.
Somewhere I didn't bind (or whatever) the combo box to the main form fields.
I can use the bottom record selectors. The rotate the customers thru the
combo box. But if I try to select manually from the combo box with the down
arrow slider, I select the name but none of the other fields (add, csz )
change on the form.
I don't know what is wrong. Point me towards a sample if it is too hard to
explain.
Also related to combo boxes. Say I only wanted ID in the combo box (AAA,
ABC, etc.) Is there a way I can put in the first letter of the ID and have
it bring to to that part of the alphabet rather than scrolling? Or even
more, take ABC and just take me to the record?
Thanks.
rob