N
Naveed Pathan
hii
i want to do the follwing coding in the vba microsoft access 2003 to
generate a user password such as
form_load()
dim a as string
a="gul"
if inputbox("enter your passoword") =a then
[Name].enable = true
end if
where [name ] is a field contains various names
the above password do work but the problem is when i put the password like
"gul" it is visible though i want it to be hiden like asteriks or other
characters that nobody around can see it
thankx in advance
i want to do the follwing coding in the vba microsoft access 2003 to
generate a user password such as
form_load()
dim a as string
a="gul"
if inputbox("enter your passoword") =a then
[Name].enable = true
end if
where [name ] is a field contains various names
the above password do work but the problem is when i put the password like
"gul" it is visible though i want it to be hiden like asteriks or other
characters that nobody around can see it
thankx in advance