954,559 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Making a Access User system

I need help to make a Access user system.

I'm very new to VB and am trying to make a system that allows a number of users to register and have individual username names with specfic passwords.

I've never done this before so any help will be greatly apperciated, even if its just a point in the right direction.

Rabbz
Newbie Poster
3 posts since Sep 2008
Reputation Points: 10
Solved Threads: 0
 

not clearly at all.

Jx_Man
Nearly a Senior Poster
3,329 posts since Nov 2007
Reputation Points: 1,372
Solved Threads: 444
 

you are not so clear on what you realy want...

but.. if you are realy new to VB....

i think you should start to familiarized the different objects on VB...

in the program you wanted to make...

familiarized textbox, command buttons, datacontrols....

and you should know about thier properties such as database name, record source, data field...

you should have already made your own database...

hope this reply helps.....

acerdafpz
Newbie Poster
15 posts since Apr 2008
Reputation Points: 10
Solved Threads: 2
 

Hi,

For creating a registration form and keep track their information u need to use database...

Design your form with required Controls(Textboxes, Labelbox, Command buttopn) depends on the user information you need,

Creata an database with the desired fields that matches with the information you receiving in the form.

for a beginner i suggest you to try it with MS Access(Create a database in MSAccess, Create table with required fields),

There are several objects to handle database connections, i suggest you to DAO

Add DAO refernce to your project

make a connection with the DB with DAO object
create recordset
Do oprations like

Add
Delete
Edit

The above furnished is smply algorithm only,

for code help, mesage me

With regards
Venkatramasamy SN

venkatramasamy
Junior Poster in Training
71 posts since Aug 2007
Reputation Points: 12
Solved Threads: 12
 

Here u go using DB with the code :P
check it out

http://jht.byethost33.com/vb/showthread.php?p=85#post85

Zero Code :)

zerocode010
Newbie Poster
1 post since Sep 2008
Reputation Points: 10
Solved Threads: 0
 

check it

Attachments Login_UsingRegistry.zip (2.88KB)
abu taher
Practically a Posting Shark
845 posts since Jul 2008
Reputation Points: 14
Solved Threads: 78
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You