I have a subform on my main form which I can access properties etc without error, but when I try to set the sourceobject property I get an error saying it can find the object '~sq_cfrmAction~sq_csubPlanetItems'
My form is called frmAction
The subform is called subPlanetItems
The code that errors is this;
Me.subPlanetItems.SourceObject = "qryInPlanetNotInWIMS"
The query runs fine so it is not that?
Help please
My form is called frmAction
The subform is called subPlanetItems
The code that errors is this;
Me.subPlanetItems.SourceObject = "qryInPlanetNotInWIMS"
The query runs fine so it is not that?
Help please