Hello guys,
I am doing a project.I have used Microsoft access as my database.I have created register table with first name, last name, username and password. I have inserted username and password from register table to new table named as login table.After logging in with username and password i should get the welcome message in new form saying welcome first name.
For example, if your first name is "xyz". Then the new form should show "welcome xyz".
For that i dragged 2 labels one for welcome and other for first name. Will u please help me with the code and database connection for first name thanks in advance.
happyns 0 Newbie Poster
Recommended Answers
Jump to Postok Happyns
I will guide you through easy way, by the way there are number of ways to do that.
1. assume you login formname is frmlogin and welcome screen form name is frmMain,
label1 name is lblwelcom and label2 name is lblFname, in loginform textbox1 name is …
Jump to Posthey dude thanks a lot for ur reply. The thing i asked is in this way
In database in register table i stored the following
Firstname abc
Lastname xyz
Username hello
Password hi
From register table i have inserted Username and Password to Login table. So Login table database consists …
All 6 Replies
Alekhan 0 Light Poster
happyns 0 Newbie Poster
Alekhan 0 Light Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster
happyns 0 Newbie Poster
Alekhan 0 Light Poster
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.