J
Jerry Qu
Hi All,
thanks for all the previous helps
now I am trying to set recordsource for a subform from the main form.
I got error 2455, when I try:
Me.ChildForm.Form.RecordSource = strSQL
I also got error when I try to call a public sub of subform from the main
form
Me.Childform.form.SubName
please advise
TIA
Jerry
thanks for all the previous helps
now I am trying to set recordsource for a subform from the main form.
I got error 2455, when I try:
Me.ChildForm.Form.RecordSource = strSQL
I also got error when I try to call a public sub of subform from the main
form
Me.Childform.form.SubName
please advise
TIA
Jerry