howling_muffin
New member
- Local time
- Today, 20:16
- Joined
- Jul 29, 2020
- Messages
- 11
I have a continuous form with a textbox, and I'm setting
I'm having a hard time understanding how to assign query data to an element in a continuous form. I would usually do
I've searched a long time but there doesn't seem to be much on continuous forms.
Any help on this?
Form.RecordSource
to the data I need displayed, but nothing's displaying.I'm having a hard time understanding how to assign query data to an element in a continuous form. I would usually do
Me.LabelName.Caption = "Assign value."
but here I want each value in the query data to be in another LabelName.I've searched a long time but there doesn't seem to be much on continuous forms.
Any help on this?