Results 1 to 4 of 4
  1. #1
    stocki_stev is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jul 2011
    Posts
    1

    A very complex idea ... is it feasible ?

    Is the below narrative feasible ?



    1. Person A goes upto computer station with an I.D card.
    2. I.D card has values stating for example his security level ( 1 , 2 , 3 )
    3. I.D Card is then scanned. His security level is then placed in a table in Microsoft Access .
    4. The computer station then updates an external server. Which will then take the values from the I.D card swiped and display them on the servers website.

    My questions are:

    How can I place values on an I.D card, that when scanned can be placed into Microsoft access depending on what table they belong to.

    How can microsoft access continuously update a remote server to display the results of the I.D card swiped on ann external website ?

    Thank you.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,622
    I am sure can be done. Just as everytime I go to the gym, they scan my membership card and my picture pops up on monitor. They have system to print barcoded cards and then some scanning and db apps. How to interface with Access and website, no idea, never done it. I have seen threads in forums where posters discuss their barcode scanning into Access table, usually for property or stock inventory.
    Last edited by June7; 08-02-2011 at 10:16 AM.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    By 'external server' do you mean a server that's within your system but the user doesn't necessarily have mapped as a network drive? or is this truly external, not on your site, on servers you don't control?

    Assuming you can get your scanning working correctly and assuming you have access to the server where the main information is stored you can build code into access to update external databases with VB code for instance with a person's log in time at a particular work station, etc.

  4. #4
    obiron is offline Novice
    Windows XP Access 2007
    Join Date
    Jul 2011
    Posts
    8
    1) you need to be able to read a string of data off the card. The simplest way is with a bar code printed on the card and a barcode Wedge (this is a barcode reader that sits between the keyboard and the workstation and effectively types the barcode into the input box). This barcode could either just contain a reference to an access table that holds the login details or could be constructed to contain the information required (e.g. SC03DP07EX0714) = Security Level 3, Department 7 expires 07/2014. - The former is more secure as there is no way to decipher the details without access to the database. If you want more secuirty, you need to go for magnetic swipe/Chip cards which hold the card ID in the security device. You would need to store this token value against the user to validate their clearance levels.

    4) Access can be used as the backend database for a website, but a better alternative would be for the website to use ODBC connections to the access database and periodically poll the table for new data. Another alternative would be for Access to generate a message into a message queue that the remote server can pick up. It depends on how important it is for the web site to show logged in users in real time.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Password Idea (how to implement?)
    By dinorbaccess in forum Access
    Replies: 2
    Last Post: 02-17-2011, 07:45 AM
  2. Help with complex query (for me at least)
    By GrindEspresso in forum Queries
    Replies: 5
    Last Post: 01-26-2011, 11:03 AM
  3. Idea's on how to create a database
    By Bentley68 in forum Access
    Replies: 5
    Last Post: 08-23-2010, 09:33 PM
  4. Replies: 1
    Last Post: 06-22-2010, 03:15 PM
  5. Need help with 'note book' idea.
    By Luk3y in forum Access
    Replies: 0
    Last Post: 06-26-2009, 09:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums