T
tpoettker via AccessMonster.com
hi,
this is probably a very easy solution but I can't figure it out. I have Form
A (frm_ARCall), subForm B (sfrm_ARCallInv) and Form C. From Form C, I want
to change the Record Source property of subform B. I have tried many things
but they have all failed. The latest is:
Forms![frm_ARCall]![sfrm_ARCallInv]![Form].[RecordSource] =
"fqry_ttARCallInv"
NOTE: This line of code is on Form C which is a subform on another form
(Form D).
Please help
this is probably a very easy solution but I can't figure it out. I have Form
A (frm_ARCall), subForm B (sfrm_ARCallInv) and Form C. From Form C, I want
to change the Record Source property of subform B. I have tried many things
but they have all failed. The latest is:
Forms![frm_ARCall]![sfrm_ARCallInv]![Form].[RecordSource] =
"fqry_ttARCallInv"
NOTE: This line of code is on Form C which is a subform on another form
(Form D).
Please help