C
clueless2003
Guest
My combo box is not working precisely as I had intended. I need for the user to be able to input a value (in the combo box field) and have the rest of the fields automatically populate based on that input. For some reason, this only works sometimes . Am I missing something here, or is it possible I don't want to be using the combo box at all?
I'll be more specific. These are the fields:
Account # <------------------This is the only input I want
Description (of account)
Object account
Subsidiary
Subledger
Company
Location
Account # (in "old" system)
Description (of "old" account)
Natural account
So, after the user inputs "Account #", the other fields populate. Ultimately this table will be made up of a few thousand lines of data--all pulling from the same table.
Is the combo box the correct approach? And, if so, why might I be having the problems I'm having?
I'll be more specific. These are the fields:
Account # <------------------This is the only input I want
Description (of account)
Object account
Subsidiary
Subledger
Company
Location
Account # (in "old" system)
Description (of "old" account)
Natural account
So, after the user inputs "Account #", the other fields populate. Ultimately this table will be made up of a few thousand lines of data--all pulling from the same table.
Is the combo box the correct approach? And, if so, why might I be having the problems I'm having?