Results 1 to 10 of 10

Thread: barcode punch clock

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    9

    barcode punch clock

    need help regarding part of a database I am trying to get functioning. User scans a card with a barcode need to log the entry time and reduce a unit value by 1 in a table e.g user has 20 credits when they log in thier time is recorded and 1 credit is deducted from the 20 credits a warning is displayed when the credits are reduced to 1. I am a novice in this , am using ms access, thanks in advance

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: barcode punch clock

    Post your code. What part are you having trouble with?

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    9

    Re: barcode punch clock

    thats the problem, I dont have a code , new to programming and have built most of the database without complex coding.
    I am so ashamed!
    Richard

  4. #4
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: barcode punch clock

    Quote Originally Posted by zhuan li
    thats the problem, I dont have a code , new to programming and have built most of the database without complex coding.
    I am so ashamed!
    Richard
    Well how about posting the structure of your tables in the database?
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  5. #5

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    9

    Re: barcode punch clock

    tables are as follows:
    payments (date, amount)
    products(item#,item name ,description,unit price)
    studentorders(item#,item name,quantity, unit price ,sub total)
    students(name,address,etc)
    employees(Name,address,etc)
    timecard(IDNumber,TimeIn)

    I know I will have to add some more structure to the tables
    e.g a student purchases a card with 20 lessons, when they clock in the time is recorded in the time card table and 1 lesson is deducted from the total,
    I seem to have taken on more than I can chew, but really appreciate the help!

  6. #6
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: barcode punch clock

    Do you want to use ACCESS for your app, or do you want to redesign all your forms and deploy it in VB? Does it work to scan cards in already?

  7. #7

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    9

    Re: barcode punch clock

    The progaram is for a small business so I think access is fine, the barcode scanner I use will text input to any field the barcode id is generated from the student or employee name

    richard

  8. #8
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: barcode punch clock

    Well, if you write it in VB, then they won't need to have ACCESS installed at all. You can use the tables in VB.

    If you want to use ACCESS, then this should be moved to the OFFICE forum.

  9. #9

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    9

    Re: barcode punch clock

    Ok Ill try the OFFICE forum then, many thanks
    richard

  10. #10
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: barcode punch clock

    Don't start a new thread. This one will be moved for you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width