تخطي إلى المحتوى
XREFS0 LogoXREFS0
شروحات
من نحن
تواصل معنا
شروحات
سورس كود
C#PHPVisual BasicPythonC/C++Microsoft AccessDelphi
هندسة عكسية
البرامجالشروحات
التسويق الإلكتروني
البرامجالكورساتبيانات العملاء
من نحنتواصل معنا
XREFS0

شروحات تقنية، تسويق إلكتروني، هندسة عكسية، وسورس كود — كل ما يحتاجه المطور والمبرمج في مكان واحد.

روابط سريعة

  • الرئيسية
  • من نحن
  • الشروحات
  • سورس كود
  • هندسة عكسية
  • التسويق الإلكتروني

قانوني

  • سياسة الخصوصية
  • شروط الاستخدام
  • إخلاء المسؤولية
  • DMCA
  • إزالة محتوى
  • رابط معطل
  • الأسئلة الشائعة

ابقَ على تواصل

اشترك للحصول على آخر الشروحات والأدوات مباشرة.

اشترك في القناة

© 2026 XREFS0. جميع الحقوق محفوظة

صُنع بـ ❤️ للمطورين العرب

  1. XREFS0
  2. سورس كود
  3. أكسيس
  4. Simple Login using MS Access 2007
مشروع
2026-07-312,414

Simple Login using MS Access 2007

Hi. I'm sharing this simple Login Form which I created using MS Access. I hope this will help Access newbies to become more comfortable with the program. I'm sure there are a number of ways to do this...

Microsoft AccessDatabaseSource CodeFree

Simple Login using MS Access 2007

Hi.

I'm sharing this simple Login Form which I created using MS Access. I hope this will help Access newbies to become more comfortable with the program. I'm sure there are a number of ways to do this (perhaps much better than this) but I did what I could to make this simple and straight-forward.

I. Access Objects in this application:

A. Table:1. tblUsers - table for application users

B. Forms:1. frmLogin - start-up form  **User Name - Erick, Password - erick  **User Name - Billy , Password - billy

  1. frmMenu - opens when user supplies correct user and password at Login form

C. Module1. GVar - here is where I declared my Global variables 'strUser' and 'strRole'

II. Feature

frmLogin:Prompts if the User combobox and/or Password text box has no entryPrompts if the user types another name which isn't included in the listProgram closes when the user enters 3 consecutive wrong passwordLogin Form closes when correct password is supplied, greets the user, and opens the frmMenu.Sets the value of strUser and strRole global variables which shall be used throughout user session.

frmMenu:User name and role is displayedCommand button is enabled or disabled based on the value of strRole (enabled for 'Admin' and disabled for 'Encoder'

III. Tips for newbiesLearn and be more comfortable using the If... Then... Else  StatementLearn how to declare variables and variable scoping (Private, Public, Global)Dlookup function parameters and syntax

IV. Gotcha MomentDocmd.Close in frmLogin prompts and runtime error 2585 so be sure to include the On Error Handler line

Hope this helps...

Screenshots

Download Project

Download Simple Login using MS Access 2007
2.4K views
201 تحميل
FacebookTweet This
289
العودة لـ أكسيس

مشاريع ذات صلة

ABC Video Rental's System

Hi there thank you for visiting this site. About this code I called it ABC Video Rentals System written in MS Access . It is a simple applications that will solve common problems in video rentals i...

2026-07-31

Access application for LPG Sales & Distributors, Stock Management

Access application for LPG Sales & Distributors, Billing with Invoice printing, with stock management, party wise, area wise, agent wise opening stock, closing stock. sales details etc specially prepa...

2026-07-31

Access RTGS, NEFT Bank forms, multiple company, Address Book

Access application for RTGS, NEFT Bank forms for Fund transfer from multiple company and different Banks as many as you want... === NEW =========== A simple application for preparing the Bank f...

2026-07-31