A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Form Design advice



 
 
Thread Tools Display Modes
  #1  
Old October 7th, 2009, 12:35 AM posted to microsoft.public.access.tablesdbdesign
Simon Lang
external usenet poster
 
Posts: 19
Default Form Design advice

I've created a database which is based around contacts. I want to add a Table
and form which basically is a "debt Management" there would be the customer
ID, Debt Details, Initial debt, Debt already paid and remaining to be paid
off, then a structure, that on a monthly basis a $ figure can be entered
which of course re-calculates the amount to be paid. There's examples out
there but there are way to complex for my needs. I'm really after advice
about creating a monthly table, entering the amount etc. I apologize if this
is vague, but would very much appreciate any input

regards
  #2  
Old October 7th, 2009, 02:00 AM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 1,555
Default Form Design advice

Simon

Before you start settling on "tables and forms", please keep in mind that
Access is NOT a spreadsheet on steroids. If you feed Access 'sheet data,
you get ... a stinky mess!

The very first step in creating a relational database (hint: Access) is to
think relationally. If your data isn't well-normalized, both you and Access
will have to work overtime to come up with work-arounds for the data being
.... 'sheet data.

If "normalization" and "relational" are not familiar terms, plan to work
your way up that learning curve ... before you tackle the second, third and
fourth!

But keep coming back here -- folks are more than willing to help with
specific suggestions if they get specific descriptions to help them figure
out what you have and what you want.

--

Regards

Jeff Boyce
Microsoft Access MVP



"Simon Lang" wrote in message
...
I've created a database which is based around contacts. I want to add a
Table
and form which basically is a "debt Management" there would be the
customer
ID, Debt Details, Initial debt, Debt already paid and remaining to be paid
off, then a structure, that on a monthly basis a $ figure can be entered
which of course re-calculates the amount to be paid. There's examples out
there but there are way to complex for my needs. I'm really after advice
about creating a monthly table, entering the amount etc. I apologize if
this
is vague, but would very much appreciate any input

regards



  #3  
Old October 7th, 2009, 01:56 PM posted to microsoft.public.access.tablesdbdesign
BruceM via AccessMonster.com
external usenet poster
 
Posts: 448
Default Form Design advice

To add some details about resources to get you started, this is a list John
Vinson often provides. I think Crystal's tutorial is as good a place to
start as any.

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/acc...resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

Roger Carlson's tutorials, samples and tips:
http://www.rogersaccesslibrary.com/

A free tutorial written by Crystal:
http://allenbrowne.com/casu-22.html

A video how-to series by Crystal:
http://www.YouTube.com/user/LearnAccessByCrystal

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials

Simon Lang wrote:
I've created a database which is based around contacts. I want to add a Table
and form which basically is a "debt Management" there would be the customer
ID, Debt Details, Initial debt, Debt already paid and remaining to be paid
off, then a structure, that on a monthly basis a $ figure can be entered
which of course re-calculates the amount to be paid. There's examples out
there but there are way to complex for my needs. I'm really after advice
about creating a monthly table, entering the amount etc. I apologize if this
is vague, but would very much appreciate any input

regards


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...esign/200910/1

  #4  
Old October 7th, 2009, 06:12 PM posted to microsoft.public.access.tablesdbdesign
CraigH
external usenet poster
 
Posts: 50
Default Form Design advice

Hi,
Jeff and Bruce are correct in your needing to start out by reviewing at
the very least normalization. My bet is that they saw in your statement "a
Table" and "remaining to be paid off" (probably assuming you want this as a
field).

I will explain and start you off so while you are reviewing the links you
can see how they apply to your situation.

You will need to have at least 2 tables - one for each entity [hint ]

One for the "Debt" probably including the Intitial Debt and details about
percentages so somthing like

DebtID PK
CustomerID
DebtName(or something else to identify if a customer can have 2 debts - how
many credit cards do you have
InitialAmount
Terms

and one for the payments
DebtDetailID PK
DebtyID FK
PaymentAmout
PlaymentDate

The issue about the "remaining to be paid off" - normaly in a databse you
calculate this, so as you can see you can do this by adding up what was paid
and subtract it from the initial amount.

Of course you have other entity(ies) that you need to determine (after you
look at the links) how to deal with -- interest , late fees etc... probably
more tables.

Hope that gets you started

"Simon Lang" wrote:

I've created a database which is based around contacts. I want to add a Table
and form which basically is a "debt Management" there would be the customer
ID, Debt Details, Initial debt, Debt already paid and remaining to be paid
off, then a structure, that on a monthly basis a $ figure can be entered
which of course re-calculates the amount to be paid. There's examples out
there but there are way to complex for my needs. I'm really after advice
about creating a monthly table, entering the amount etc. I apologize if this
is vague, but would very much appreciate any input

regards

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:27 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.