I'd like to disable the built-in navigation controls on a form and use a combobox / drop-down box to change records. The form is a subform just for addresses, and the combobox currently selects address type, ie: home, business, other.
Right now, changing the combobox value changes the address type for the current address. I'd like it to change the record itself to the business or home or whatever is selected, so i can disable the nav controls on the form. I know it's the on Change() Event I need to code, but where do I start? Do I write some SQL queries, or is there other ways? Please give me some pointers to get started. Thanks in advance!
Right now, changing the combobox value changes the address type for the current address. I'd like it to change the record itself to the business or home or whatever is selected, so i can disable the nav controls on the form. I know it's the on Change() Event I need to code, but where do I start? Do I write some SQL queries, or is there other ways? Please give me some pointers to get started. Thanks in advance!