LjushaMisha
Registered User.
- Local time
- Today, 15:49
- Joined
- Mar 10, 2017
- Messages
- 59
Hi.
I have an unboud text box Text0 on a continuous form.
I would like to "define" control source for this control after the form is opened - - - >
DoCmd.OpenForm("formName", acNormal) like
Me.Text0.controlsource = rs(0)
where rs.recordcount = 1
Is this anyway possible?
Thx in advance
I have an unboud text box Text0 on a continuous form.
I would like to "define" control source for this control after the form is opened - - - >
DoCmd.OpenForm("formName", acNormal) like
Me.Text0.controlsource = rs(0)
where rs.recordcount = 1
Is this anyway possible?
Thx in advance