how to refer main form when in popup?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On my main form (frmReportClient), I have a list box(lstConfirm). On its
dblClick event, I have:
DoCmd.OpenForm "frmReportClientDetails"
which will open this popup form.
In the form_load I have

txtKey = Forms!frmReportClient!lstConfirm.columns(1)

I got object doesn't support this property or method run-time error 438.

Can somebody help me with right syntax?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top