Hello,

can sb help me how to insert a password field to VB Net. This field should connect to Acces where the password recorded ist.

Thanks for help

Hi,

You can use data bindings to relate a control to a dataset field. You can use PasswordChar property of textBox class to make the entered characters shown as asteriks or something else.

Loren Soth

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.