Hi,
I have a form that I have a combo box on. In that combo box, I am going to base it on a SQL statement. In that SQL statement I want to tell it to SELECT ID#, where the ID# is going to be the ID# inside the ID# field that the user will first type whenever he/she first brings up the form, so the drop down box will not be able to be chosen until a user first fills out the first field which would be ID#. Is this possible? Is there another way around that I can do this? Basically, I have a table that has a list of all ID# and one to three codes that is associated with that user ID#. I want the drop down box to be able to use the ID that has been typed in the form to select the codes that are in the same field as that specific ID# inside the table.
I hope I have explained myself clearly.
Thanks for your time,
David
I have a form that I have a combo box on. In that combo box, I am going to base it on a SQL statement. In that SQL statement I want to tell it to SELECT ID#, where the ID# is going to be the ID# inside the ID# field that the user will first type whenever he/she first brings up the form, so the drop down box will not be able to be chosen until a user first fills out the first field which would be ID#. Is this possible? Is there another way around that I can do this? Basically, I have a table that has a list of all ID# and one to three codes that is associated with that user ID#. I want the drop down box to be able to use the ID that has been typed in the form to select the codes that are in the same field as that specific ID# inside the table.
I hope I have explained myself clearly.
Thanks for your time,
David