Cannot retrieve the Value from ActiveX Control

  • Thread starter Jan G. Thorstensen
  • Start date
J

Jan G. Thorstensen

Hi. I am trying to make a Wizard using "Microsoft Forms 2.0 Multipage"
Control in a new Form in Design view. I then try to add a Microsoft Forms
2.0 textBox Control on the Multipage Page1 Control.

The problem is that I don't know how to set or get the Text Box Value.
Can somebody show me how to write code to set the text value?
In Excel I would write code like this:

MsgBox "The text box value is: " & frmMyForm.txtMyDate

Easy. But how do I do it in Access 2000?

Any help would be very much appriciated.

Regards
Jan


PS I use:

frmMyForm
ctrActXMultipage -- > Page1 -- > txtMyDate
 
J

Jan G. Thorstensen

OK, so that's why. I will now try a similar thing but with the Category
Control
in stead of the ActiveX Multipage Control. I certainly should like to hide
the
tabs on top but that doesn't seem to be possible, right?

Thank you anyway. :)

Regards
Jan T.
 

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