Dim broj
Dim strForm As String
strControl As String
strSubformControl As String
broj = Forms![FILTERIZBORNIK]![pozicija]
strForm = "osnovni podaci"
strSubformControl = "stac upis desna"
strControl = "1N"
Forms![(strForm)]![strSubformControl].Form![(strControl)] = broj
not work
error end line
Dim strForm As String
strControl As String
strSubformControl As String
broj = Forms![FILTERIZBORNIK]![pozicija]
strForm = "osnovni podaci"
strSubformControl = "stac upis desna"
strControl = "1N"
Forms![(strForm)]![strSubformControl].Form![(strControl)] = broj
not work
error end line