I set up a form with a FindRecord combo box, which shows 2 fields, first one is ID, 2nd one is type. and also has a text box name: type. and I have a sort query for rowSource property for this combo box.
There are duplicate ID with different type. for example:
one 410v is a certificate, another 401v is a report.
When select this ID in the combo box, the type textbox shows the first type: cert, when select the 2nd dup ID, the type textbox doesn't show the corresponding type, the cert remains, it should change to Report. What did I do wrong? Please help. Thanks.
There are duplicate ID with different type. for example:
one 410v is a certificate, another 401v is a report.
When select this ID in the combo box, the type textbox shows the first type: cert, when select the 2nd dup ID, the type textbox doesn't show the corresponding type, the cert remains, it should change to Report. What did I do wrong? Please help. Thanks.