Simple form question

  • Thread starter Thread starter Stuart
  • Start date Start date
S

Stuart

A form containing just one textbox.
I display the form via the immediate window.
The textbox is visible but I cannot enter data.

What's the easiest way to enable data entry, please?

Regards.
 
Hi Stuart

always works for me without having to do anything special - the only thing i
can think of is to check that the textbox has the enabled property set to
true

Cheers
JulieD
 
Anything unusual about the form or textbox. I tried it and I could enter in
the textbox.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Oops.
Seems the textbox was in a Frame, and the frame
was not enabled (g).

Thanks for the pointer.
 
glad its solved - thanks for the feedback

Stuart said:
Oops.
Seems the textbox was in a Frame, and the frame
was not enabled (g).

Thanks for the pointer.
 
The ;unusual' I suggested :-)


Bob


Stuart said:
Oops.
Seems the textbox was in a Frame, and the frame
was not enabled (g).

Thanks for the pointer.
 

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