D
Danu
I have a combo box which lists codes from a table. There are duplicate codes.
I have a "dependent" combo box which takes the code entered and displays the
text description of the code. If there is more than one text description for
the code, I need to be able to have the user to find the next instance and
display the next text description for the code.
I tried using the Wizard Control Record Navigation Find Next Record function
and modify the code did not have any success.
Any ideas to get the user to the next instance of the code entered and
display the results?
Also, the next phase of this small program involves a code which can have a
couple of descriptions and these descriptions can have more information.
Would a cascade combo box(es) be appropriate here?
Thank you in advance for any help. I am a newbie at this.
I have a "dependent" combo box which takes the code entered and displays the
text description of the code. If there is more than one text description for
the code, I need to be able to have the user to find the next instance and
display the next text description for the code.
I tried using the Wizard Control Record Navigation Find Next Record function
and modify the code did not have any success.
Any ideas to get the user to the next instance of the code entered and
display the results?
Also, the next phase of this small program involves a code which can have a
couple of descriptions and these descriptions can have more information.
Would a cascade combo box(es) be appropriate here?
Thank you in advance for any help. I am a newbie at this.