Shades1963
MIS
Hello,
First time posting here so hopefully bear with me.
I am trying to create a simple database and form. I have a table named Accounts that has 452,000 records in it with three columns named Player ID, First Name, Last Name. I am trying to use a form to swipe a card with an account number encoded on it. Once the card is swiped I would like Access then find the account number in the Accounts table Player ID column and then add the Player ID, First Name, and Last Name into a new table named Adata. I also want it so that I can't have a duplicate account number/player id added into the Adata table.
I am trying to use a form through a switchboard so that not just anyone can get to the tables in the database.
I am not much of a programmer so I have struggled with this. I have tried adding a textbox and then bounding it to a macro and even an expression but nothing has seemed to work yet.
Any help would be much appreciated!
Shades
First time posting here so hopefully bear with me.
I am trying to create a simple database and form. I have a table named Accounts that has 452,000 records in it with three columns named Player ID, First Name, Last Name. I am trying to use a form to swipe a card with an account number encoded on it. Once the card is swiped I would like Access then find the account number in the Accounts table Player ID column and then add the Player ID, First Name, and Last Name into a new table named Adata. I also want it so that I can't have a duplicate account number/player id added into the Adata table.
I am trying to use a form through a switchboard so that not just anyone can get to the tables in the database.
I am not much of a programmer so I have struggled with this. I have tried adding a textbox and then bounding it to a macro and even an expression but nothing has seemed to work yet.
Any help would be much appreciated!
Shades