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 / New Users / July 2006

Tip: Looking for answers? Try searching our database.

New Database.  Need Help!

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
NewbieUser - 26 Jul 2006 22:11 GMT
Hi.  I'm running into quite a mess with my database here.  I had to create
one to track payment plans for accounts that have been delinquent.  It has to
show the base amount, total amount with penalties and interests, payments
made, etc.

What I did was I created multiple date & payment fields to track the
payments, i.e., date1, payment1, date2, payment2, etc. Now, what they want me
to do is to find a way to "group" the payments for a certain date and total
them.  This is where I am stuck.  How can I make it group ALL the payments
for ALL accounts and total them for one specific date?

Any help will be greatly appreciated.
Jeff Boyce - 27 Jul 2006 00:41 GMT
The structure you created works great, but only in spreadsheets.  Access, as
a relational database, requires a different approach ... check up on
"normalization".

An approach that will make better use of Access' features/functions might be
something like:

   tblPayment
       PaymentID (an autonumber would work for this, a primary key)
       Amount
       AccountID (a foreign key, pointing back to your Account table)
       PaymentDate

With a design like this, you can find all the payments made on a certain
date, or over a range of dates, with a simple query.

Regards

Jeff Boyce
Microsoft Office/Access MVP

> Hi.  I'm running into quite a mess with my database here.  I had to create
> one to track payment plans for accounts that have been delinquent.  It has
[quoted text clipped - 11 lines]
>
> Any help will be greatly appreciated.
 
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.