Can't assign a value to this object

S

SAC

I'm opening a form from a form and after the cmd.openform command I'm trying
to assign a value toa combo box control on the new form from a text box on
the old form by using:

Forms![frmInvoice]![cboJobId] = [Forms]![frmBookingShows]![txtJobNo]

and I get the error that I can't assign a value to the object.

How can I do this so I can put the value into the new form and then refresh
it so it is as if I lookup it up in the combo box on the new form?

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

Top