Hi everyone,
Many may have seen this problem before. This is the re-post of "Another combo box problem". However, in order to explain more clearly, I have attached the sample db.
My supervisor asked me to do a combo box which can auto-complete the third column when the first column is enterred.
In this case, I have a combo box called File in Log Entry Form, which saves all the file names to the File field in the Maintable.
The source type of this combo box is Table/Query. It 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, it is very convinient that when the Drawer field is enterred, it can automatically fill the sub_classificationto the combo box. However, the problem I have right now is that the Drawer field is saved instead of Sub-Classification. Is there any way to solve this problem?
The source of this combo box is
Select Drawer, Classification, Sub-Classification from FileTable
and I have set the Bound Column to 3 .
Thanks a lot!
Many may have seen this problem before. This is the re-post of "Another combo box problem". However, in order to explain more clearly, I have attached the sample db.
My supervisor asked me to do a combo box which can auto-complete the third column when the first column is enterred.
In this case, I have a combo box called File in Log Entry Form, which saves all the file names to the File field in the Maintable.
The source type of this combo box is Table/Query. It 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, it is very convinient that when the Drawer field is enterred, it can automatically fill the sub_classificationto the combo box. However, the problem I have right now is that the Drawer field is saved instead of Sub-Classification. Is there any way to solve this problem?
The source of this combo box is
Select Drawer, Classification, Sub-Classification from FileTable
and I have set the Bound Column to 3 .
Thanks a lot!