Hi there,
Some people may have read the thread I have posted for combo box. However, the previous solved combo box problem results in another problem. Here is the situation.
I have a combo box called File in Log Entry Form, which saves all the file names to the File field in the Maintable.
This combo box gets the file names from FileList Table, including Drawer, Classification, Sub-Classification(this is the file name) three fields. Since the FileList table includes lots of records, the sub_classification field is automatically filled in this combo box when the Drawer field is enterred. When reviewing the old record, only the Drawer field is displayed in the File combo box. Is there any way to display the sub_classification field instead of Drawer? Any suggestion? Thanks in advance!
In order to explain it more clearly, I have attached the sample .zip file.
The query for the File combo box is :
Select Drawer, classification, sub_classification from FileList
Bound column = 3
Some people may have read the thread I have posted for combo box. However, the previous solved combo box problem results in another problem. Here is the situation.
I have a combo box called File in Log Entry Form, which saves all the file names to the File field in the Maintable.
This combo box gets the file names from FileList Table, including Drawer, Classification, Sub-Classification(this is the file name) three fields. Since the FileList table includes lots of records, the sub_classification field is automatically filled in this combo box when the Drawer field is enterred. When reviewing the old record, only the Drawer field is displayed in the File combo box. Is there any way to display the sub_classification field instead of Drawer? Any suggestion? Thanks in advance!
In order to explain it more clearly, I have attached the sample .zip file.
The query for the File combo box is :
Select Drawer, classification, sub_classification from FileList
Bound column = 3
Attachments
Last edited: