How to create a windows app using vb6 with backend MS Access for EmpTimesheet Record

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ganesh1380
    New Member
    • Sep 2010
    • 1

    How to create a windows app using vb6 with backend MS Access for EmpTimesheet Record

    I want to create an application using vb6 to enter daily records of employee with fields like Client_Project, Task, Time In, Time Out, Total hours Worked. I want to have a backend MS Access Database.

    All i need is i want to enter records in vb form by logging username and password and that should store directly into the MS Access.

    Please suggest me the procedure to do the above.

    Thanks,
    Ganesh A
  • Karan Singh Goyal
    New Member
    • Sep 2010
    • 2

    #2
    It is possible with a little bit knowledge about vb & access. First of all you have to make a table in access with the fields you required for data entry form. Then open vb or create a adodb connection with that access file then place controls like txtbox,combobox , etc. Make a button (adodc1.records et.addnew) for new record entry. As well as you enter new record every previous record will be saved in your access table.

    Comment

    • Ganesh A

      #3
      Thanks Karan...is it possible to create a multiple access Login user by creating username and password to that form in vb.

      Comment

      Working...