DataBase - Repeating data in table

Asked By marine8105 via AccessMonster.com
20-Mar-10 07:06 PM
I am trying to start simple and understand some of creating a dbase.  However,
I want to develop a dbase to handle bank statements.  Each client (using ssn)
can have several bank accounts.  I have set up the form to gather the client
info, bank info, and of course the account numbers.  How do I create a form
to allow me to enter deposits, other increases, checks, other decreases,
balance?  I want to gather this information without having to input the ssn
and account number each time.

I am looking to input the account number, which will tie to the client ssn,
and then input the deposits and checks (along with the date of the statement)
for each month over what might be years.  I can then query using dates and
ssn.

Thank you for any help.

Mike ONeil

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-forms/201003/1
Database
(1)
ONeil
(1)
Mike
(1)
Understandis
(1)
Decreases
(1)
Deposits
(1)
Identity
(1)
Dbase
(1)
  kc-mass replied to marine8105 via AccessMonster.com
20-Mar-10 11:56 PM
As you start developing data bases one of the things you want to understand
is info security.
There is no reason to, and a lot of reasons not to, use a social security
number in a database.
Your band records your checks and deposits by your account number not by
SSN. They do that for good reasons.  If SSNs are stored, displayed and
printed they and perhaps your self may be liable if the customer's identity
is compromised.

Read up on the subject and I think you will agree.

Kevin
Create New Account
help
Run report in one database from another database DataBase Is there a way to run a report that was built in one database from another database? I have created a fairly complex report in one database that the users of another database need to view, however, there is other functionality in the database with the report that these users should not have access to. I don't want
Link to Database - Password DataBase HI, I have two database in two different folder. One (Database A) of the folder contains all the tables only. Other one is where I use the database (Database B) everyday and the database is linking the other database that has all the tables only. I set the Database B linking to Database A
importing data from one access database to another access database DataBase How do I import selected data and selected records from one access database to another access database. The field names are not currently always the same. I want to add people from one database into another database. Only some of the fields from the first database will be used in the second database. Access Tables DB Design Discussions Database (1) Access
Open one Database from another database DataBase I want to be able to open one database from a master database. I am not sure where to begin looking for help on this. I have tried looking under open but get the one context. Any ideas? Access Tables DB Design Discussions Database (1) Application.FollowHyperlink (1) RetVal (1) Girlshawn (1) Dale (1) Fye (1) Are you really interested in opening the other database, or just using some of the data from the 2nd database in the first application? If you want to do the latter, you can link tables