Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Database Design / January 2008

Tip: Looking for answers? Try searching our database.

Database Design

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gator - 31 Jan 2008 16:20 GMT
I have a Deposit Date which has many Deposit Receipt Numbers which have many
details such as PayeeName, Amount, AccountNumber.

I'm thinking I need a Table for the Deposit Date and a table for Deposit
Receipt Numbers and a Table for details.  There will be a O/M relationship
for Deposit Date and Deposit Receipt Numbers and a O/M relationship for
Deposit Receipt Numbers and details.

Then on the form...will I create a sub form of details on main form Deposit
Receipt Numbers....and then....a subform of Deposit Receipt Numbers on the
main form Deposit Date?  

Does this seem logical and feasible or is there a better design?
Signature

Gator

KARL DEWEY - 31 Jan 2008 23:52 GMT
I see you needing two tables as follows ---
CustAcct --
CustAcctID - Autonumber - primary key
Account - text
LName - text
FName - text
MI - text
Addr1 -
Addr2 -
City -
State -
Zip - text
Phone - text

TransAct --
TransActID - Autonumber - primary number
CustAcctID - integer - foreign key
TransDate - DateTime
TransType - text (Dep - deposit, Wid - Withdrawal, etc)
Amount - Number - Single
ReceiptNUM - text
Remarks - text OR memo - based on how much narrative is needed

Create a one-to-many relationship on the CustAcctID fields with Enforce
Referential Integerity and Cascade Update Related Fields.

Use a form/subform with Master/Child links on the CustAcctID fields.

Signature

KARL DEWEY
Build a little - Test a little

> I have a Deposit Date which has many Deposit Receipt Numbers which have many
> details such as PayeeName, Amount, AccountNumber.
[quoted text clipped - 9 lines]
>
> Does this seem logical and feasible or is there a better design?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.