cath_hopes
Registered User.
- Local time
- Today, 10:10
- Joined
- Oct 17, 2007
- Messages
- 52
Hi there!
I can't seem to get any text fields to populate either via using some VBA within the Report_Load sub nor via the property control source.
Here's some examples of what I 've tried:
Within VBA:
Me.Text2 = Forms("Job Form").[Text23]
and then using the property control source expression builder:
=[Forms]![PropertyForm]![Text24] & " " & [Forms]![PropertyForm]![Property Size]
Can anyone advise?
Thanks in advance!
I can't seem to get any text fields to populate either via using some VBA within the Report_Load sub nor via the property control source.
Here's some examples of what I 've tried:
Within VBA:
Me.Text2 = Forms("Job Form").[Text23]
and then using the property control source expression builder:
=[Forms]![PropertyForm]![Text24] & " " & [Forms]![PropertyForm]![Property Size]
Can anyone advise?
Thanks in advance!