Question with Data Access Page and textbox (msoTextbox)

T

Tom Brophy

I am trying to create some data access pages and I am trying to make the
textbox (msoTextBox) respond like a textbox in Access. First I want it to
show '*' when I type - such as for entering passwords. I don't see the same
properties available in the data access page. How can I make it do this.

Also, I don't want the textboxes to accept enter (return). I again don't
see the same properties. I am fairly new to Access and HTML but have
extensive experience using visual basic.

Any help would be greatly appreciated.

Below is the sample code for the password style textbox.

Thanks,

Tom

<TEXTAREA class=MsoTextbox id=Password style="LEFT: 4.792in; VISIBILITY:
hidden; TEXT-TRANSFORM: uppercase; WIDTH: 100px; POSITION: absolute; TOP:
1.167in; HEIGHT: 22px" tabIndex=20 cols=1 MsoTextAlign="General"></TEXTAREA>
 
Top