Click here to Skip to main content
15,905,508 members
Home / Discussions / Database
   

Database

 
QuestionTotaling previous months figures Pin
Muammar©19-Jun-09 12:30
Muammar©19-Jun-09 12:30 
AnswerRe: Totaling previous months figures Pin
Henry Minute19-Jun-09 12:59
Henry Minute19-Jun-09 12:59 
GeneralRe: Totaling previous months figures Pin
Muammar©19-Jun-09 21:21
Muammar©19-Jun-09 21:21 
GeneralRe: Totaling previous months figures Pin
Henry Minute20-Jun-09 1:03
Henry Minute20-Jun-09 1:03 
GeneralRe: Totaling previous months figures Pin
Muammar©20-Jun-09 3:18
Muammar©20-Jun-09 3:18 
GeneralRe: Totaling previous months figures Pin
Jerry Hammond21-Jun-09 4:50
Jerry Hammond21-Jun-09 4:50 
GeneralRe: Totaling previous months figures Pin
Muammar©21-Jun-09 5:31
Muammar©21-Jun-09 5:31 
AnswerRe: Totaling previous months figures Pin
Luc Pattyn19-Jun-09 13:10
sitebuilderLuc Pattyn19-Jun-09 13:10 
Hi,

the natural way a datatable grows is by adding rows, not columns. So a more natural design would have only two columns/fields, say "month" and "total", hence it would look like:
 MONTH   TOTAL
200901    10
200902    10
200903    10
200904    10

and now it becomes very easy to:
- add another month
- select some months and perform calculations on their data

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

GeneralRe: Totaling previous months figures Pin
Muammar©19-Jun-09 21:23
Muammar©19-Jun-09 21:23 
GeneralRe: Totaling previous months figures Pin
Luc Pattyn20-Jun-09 0:41
sitebuilderLuc Pattyn20-Jun-09 0:41 
GeneralRe: Totaling previous months figures Pin
Muammar©20-Jun-09 3:15
Muammar©20-Jun-09 3:15 
GeneralRe: Totaling previous months figures Pin
Henry Minute20-Jun-09 1:00
Henry Minute20-Jun-09 1:00 
AnswerRe: Totaling previous months figures Pin
Niladri_Biswas22-Jun-09 20:54
Niladri_Biswas22-Jun-09 20:54 
GeneralRe: Totaling previous months figures Pin
Muammar©22-Jun-09 22:47
Muammar©22-Jun-09 22:47 
GeneralRe: Totaling previous months figures Pin
Niladri_Biswas30-Jun-09 7:01
Niladri_Biswas30-Jun-09 7:01 
GeneralRe: Totaling previous months figures Pin
Muammar©30-Jun-09 8:02
Muammar©30-Jun-09 8:02 
QuestionSP to record inputs plus random records from 2nd table Pin
munklefish19-Jun-09 5:13
munklefish19-Jun-09 5:13 
AnswerRe: SP to record inputs plus random records from 2nd table Pin
Niladri_Biswas22-Jun-09 22:40
Niladri_Biswas22-Jun-09 22:40 
QuestionHelps on this Convertion Problem Pin
Vimalsoft(Pty) Ltd19-Jun-09 3:49
professionalVimalsoft(Pty) Ltd19-Jun-09 3:49 
AnswerRe: Helps on this Convertion Problem Pin
DoctorMick19-Jun-09 5:37
DoctorMick19-Jun-09 5:37 
GeneralRe: Helps on this Convertion Problem Pin
Vimalsoft(Pty) Ltd19-Jun-09 5:38
professionalVimalsoft(Pty) Ltd19-Jun-09 5:38 
QuestionTable Transfer Pin
Paul Unsworth19-Jun-09 3:38
Paul Unsworth19-Jun-09 3:38 
AnswerRe: Table Transfer Pin
Mycroft Holmes20-Jun-09 0:13
professionalMycroft Holmes20-Jun-09 0:13 
GeneralRe: Table Transfer Pin
Paul Unsworth21-Jun-09 21:32
Paul Unsworth21-Jun-09 21:32 
GeneralRe: Table Transfer Pin
Mycroft Holmes21-Jun-09 22:03
professionalMycroft Holmes21-Jun-09 22:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.