Jump to content

How to make a Password form by using office access ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
9 replies to this topic

#1
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
Ok what i wanna to do is a simple way to use data ocx in visual basic
to read a field if the field is the right the form2 shows
i mean like this
in field on is pritten password
so when someone types into the textbox password the form2 gets show else he cant
and how to make that no one can see the database so he cant just open it with access and look into the database and see the password
and how to make then a change password form where the user has to
enter the existing password to change it
Please Please Please if someone could do i project for that and upload it someone :)

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
what do you mean by 'data ocx'???

#3
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
the data1 activeX component
its on the left site the last one of your components

#4
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well if you don't want anyone to see the password via access then i think that you have to password protect the MS access file.

#5
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
yes i know how to do that but i wanna make my program seach for a word that is in the database if the word common with the word you typ in the form textbox then you can view form2 if not not
and how to change the password
thats what i wanna do

#6
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Change the password of ms access? or you will have another password in the program? as of reading from db, I have no experience in that.

#7
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
yes it will be another password in the program my program will read the first field if the filed is common then it will show form2 if not not

#8
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Ok so try reading this:
Free Visual Basic 6.0 tutorial - Lesson 9

might help you to understand on how to connect vb 6.0 with access.

#9
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
thanks a lot for this too this is a great help

#10
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
You are welcome. If you have any other problems just ask, as always :)