Tuesday, January 14, 2020

Assignment For Section B

Create this table:

tblUsers
user_id AI
user_fullName Text(50)
user_username Text(20)
user_password Text(20)
user_level int

1. Create a data entry for the users table
2.  a. Create a login form. Make this as the startup form.
     b. If login is successful, display the full name of the user to the title bar of the dashboard.

Note: Create a default user in the database: 
     username: admin
     password: 12345

No comments:

Post a Comment