i have a combo box in a subform which is used to select different records in the subform. when you select a different "section" from the combo box, the "cbocompany name" is updated to reflect the company responsible for that section. once that happens theres a contact field which queries all the contact people for that company.
everything works fine, except i also have command buttons to navigate through the different sections, when i use these command buttons instead of the combo box to jump to a different section the contacts don't re-query to match the new company name?
Any suggestions??
Also,
in the combo box that i use to select different sections, it selects the information in column 1, i would like it to display the info in column 2. i've seen something like =[combobox].[column](2) but it doesn't seem to work. is this because i'm in a subform??
everything works fine, except i also have command buttons to navigate through the different sections, when i use these command buttons instead of the combo box to jump to a different section the contacts don't re-query to match the new company name?
Any suggestions??
Also,
in the combo box that i use to select different sections, it selects the information in column 1, i would like it to display the info in column 2. i've seen something like =[combobox].[column](2) but it doesn't seem to work. is this because i'm in a subform??