Hi,
Before i have a go at this i would like peoples thoughts on the best way to tackle this. Basically I am building a RFID Time-In & Time-Out App in VB.Net for our Staff members visits to our Warehouse.
I have a SQL DB with the RFID card number user details i have another table for the times-in and times-out in the building.
Basically what i would like is Form1 to show a DataGrid-View and every time a card is presented the program checks to see if the RFID number matches a current record for that day that has a blank timeout. If a time-in is stamped in Time-In and if Time-in is lesser than Time-Out and the RFID tag matches the RFID record than stamp a timeout time.
If no record is found its a new time-in and this is presented as a fresh new entry and the process is repeated.
I am aware i may be asking to much for the DataGrid view and if anyone has any better solution's on how to design and approach this i am all ears.
I have also attached a image to try demonstrate what i would like to achieve.
Image may be NSFW.
Clik here to view.
Thanks for your assistance,
James
Before i have a go at this i would like peoples thoughts on the best way to tackle this. Basically I am building a RFID Time-In & Time-Out App in VB.Net for our Staff members visits to our Warehouse.
I have a SQL DB with the RFID card number user details i have another table for the times-in and times-out in the building.
Basically what i would like is Form1 to show a DataGrid-View and every time a card is presented the program checks to see if the RFID number matches a current record for that day that has a blank timeout. If a time-in is stamped in Time-In and if Time-in is lesser than Time-Out and the RFID tag matches the RFID record than stamp a timeout time.
If no record is found its a new time-in and this is presented as a fresh new entry and the process is repeated.
I am aware i may be asking to much for the DataGrid view and if anyone has any better solution's on how to design and approach this i am all ears.
I have also attached a image to try demonstrate what i would like to achieve.
Image may be NSFW.
Clik here to view.

Thanks for your assistance,
James