Hello all
I'm working combobox16 for Subform
It works well on the subform
But it seems to me an error in the main form
This is an example of the database
Any help
Hello all
I'm working combobox16 for Subform
It works well on the subform
But it seems to me an error in the main form
This is an example of the database
Any help
The Combo1 on the tblmas Form is switching the RecordSource of the MainForm from the tblmas table to the Table1 table. The field names are different so I'm not sure what you are expecting.
Thank you very much rural
I just want to work to filter subform
On the basis of a certain value, such as the date or category
But I want to be a combo box in the main form
And not in the subform
Is it possible that?
You can sort of do that with the LinkMaster/ChildFields properties on the SubFormControl.
Thank you very much
But how?
Is it possible amendment to an annex
The translator you are using spits out some really weird sentences. You can have more than one LinkMaster/ChildFields argument by separating them with a ";". I'm not real sure what you are trying to accomplish but it may be that you don't want to use the LinkMaster/ChildFields properties at all. They filter but not the way you are describing.
I'm going to try and take this off line for a bit for some concentrated assistance.