I have a form "Eikones" and a subform as a continuous form called "EikThumb".
The source of my subform "EikThumb" is a query, but in some point I want to change the source of my subform, to another query "Query2".
I am trying
but It doesn't work and I get Error 438 Object doesnt support this property or method.
Am I doing something wrong?
.
.
The source of my subform "EikThumb" is a query, but in some point I want to change the source of my subform, to another query "Query2".
I am trying
Code:
=[forms]![Eikona]![EikThumb].RecordSource = "Query2"
Am I doing something wrong?
.
.