Postioning Name and Image of Employee in MS Access 2000 Database on VB Form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Akinyemi
    New Member
    • Sep 2006
    • 32

    Postioning Name and Image of Employee in MS Access 2000 Database on VB Form

    I am creating a database in MSAccess 2000 for my Payroll Program I am writing. I want to save an image representing an employee in the record of each employee. I then want to post the name of each employee and the image I have save in each record of each employee on Visual Basic Form.

    How do I do this?

    I need your help.

    Akinyemi
  • samycbe
    New Member
    • Feb 2007
    • 83

    #2
    store the pictures with the proper names (better to save filename with the employee number) and save the filename in a master table as a field. on the employee browse event you can load the picture based on the name to the screen

    Comment

    • Akinyemi
      New Member
      • Sep 2006
      • 32

      #3
      Honesty I dont know how to save the pictures with the proper names of the employees and how to save the filename in a master table as a field.

      Kindly assist me on how to do exactly that.

      Thanks

      Akinyemi.

      Comment

      • sashi
        Recognized Expert Top Contributor
        • Jun 2006
        • 1749

        #4
        Originally posted by Akinyemi
        Honesty I dont know how to save the pictures with the proper names of the employees and how to save the filename in a master table as a field.

        Kindly assist me on how to do exactly that.

        Thanks

        Akinyemi.
        Hi there,

        Take a look at the Tips & Tricks thread, look for BOLB. Hope it helps. Good luck & Take care.

        Comment

        Working...