Database accounts of the bank customers

G

Guest

dear, damian:

Thank you for the tables, I need more harm detail on the composition of each
table and how to link them to get in the end imagine almost complete project
 
G

Guest

Hi again Mahmoud...

Something like this:

tblCustomer
CustomerID autonumber
CustomerName text
etc

tblAccount
AccountID autonumber
AccountCustomerID number (links to CustomerID in tblCustomer)
AccountNumber text
etc

tblTransaction
TransactionID autonumber
TransactionAccountID number (links to AccountID in tblAccount)
TransactionDate datetime
TransactionTypeID number (links to TransactionTypeID in tlkTransactionType)
TransactionAmount currency
etc

tlkTransactionType
TransactionTypeID autonumber
TransactionType text

Hope this points you in the right direction.

Damian.
 
G

Guest

Hiii damian:
I want to thank you for helping me great and please allow me to introduce
you as a result Satosal when i finished the project

thank you again
 
G

Guest

No worries. Glad I could help.

Damian.

Mahmoud said:
Hiii damian:
I want to thank you for helping me great and please allow me to introduce
you as a result Satosal when i finished the project

thank you again
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top