Recent content by adidab14

  1. A

    Updating Record Through a Form

    That worked like a charm. You are amazing! :)
  2. A

    Updating Record Through a Form

    Hello there, I am trying to update a record through a form based on an unbound text box and a null value but I'm having a little trouble getting the code to work. I'm hoping that someone here can help me. Basically I'm looking to add a timestamp to a specific field (TimeOut) if the record...
  3. A

    Help with Check-In/Check-Out System

    Okay, So I've fiddled around with the code some and I've got it working for check out! Right now, you can scan both the barcodes and it will log the time and keep track of who has what checked out, even if they have all sorts of things checked out. Now comes the tough part (I think!), checking...
  4. A

    Help with Check-In/Check-Out System

    Thanks so much! This is some good stuff. I'm gonna try and spend the day tinkering with it to try and figure out how I can incorporate the equipment into it but I think if I mess around with it enough I may be able to get there. Ideally I can use this format to get the employees to scan the...
  5. A

    Help with Check-In/Check-Out System

    Sorry about that. I meant if I were to try and implement a timestamp the way you described, in my head I see a piece of equipment having both a check in and check out time at the same time (I'm probably thinking about it wrong tho!). I definitely don't need timestamps but they would be nice to...
  6. A

    Help with Check-In/Check-Out System

    Thanks for the reply! So time in and time out isn't necessarily that important. The critical part is whether or not it is checked out and by who. Right now I have two tables, one with all the inventory information. Another with the employees that will be checking it out. I have it set up so that...
  7. A

    Help with Check-In/Check-Out System

    Hello all, Basically I need to figure out a way to have employees check out and check in equipment. Ideally, they’ll walk up to a computer open up the form, scan their employee barcode, scan the barcode on the piece of equipment and that will be that. If the equipment is not checked out, it will...
Top Bottom