Click here to Skip to main content
15,893,161 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: help Pin
Kenneth Haugland11-Sep-12 4:48
mvaKenneth Haugland11-Sep-12 4:48 
Questionprinter status Pin
wkalo8-Sep-12 1:22
wkalo8-Sep-12 1:22 
AnswerRe: printer status Pin
Eddy Vluggen8-Sep-12 4:52
professionalEddy Vluggen8-Sep-12 4:52 
GeneralRe: printer status Pin
wkalo8-Sep-12 20:45
wkalo8-Sep-12 20:45 
GeneralRe: printer status Pin
wkalo8-Sep-12 22:22
wkalo8-Sep-12 22:22 
GeneralRe: printer status Pin
Eddy Vluggen9-Sep-12 6:29
professionalEddy Vluggen9-Sep-12 6:29 
QuestionUpdate previous date data and then update the rest of the data Pin
garyu877-Sep-12 22:22
garyu877-Sep-12 22:22 
AnswerRe: Update previous date data and then update the rest of the data Pin
David Mujica10-Sep-12 3:52
David Mujica10-Sep-12 3:52 
Hmmm ... consider this.

Not knowing how your data is stored or the amount of data being stored, I'll throw an idea out to you.

Think of this like an accounting system where you have:
1) Transaction date
2) Transaction amount
3) Account Code
4) Tranasction description

In your situation, you would have 2 accounts: W-Wallet, B-Bank

Each time you perform a transaction you have to hit the right account. To get the current balance, you would sum the amounts for that account.

For example, the first two transaction would "open" your accounts:

1) Jan 1 deposit $500 to the Bank account
2) Jan 2 deposit $100 to the Wallet account.

Here are some example transactions:
1/1/2012, +500, B, Opening deposit
1/1/2012, +100, W, Opening deposit
8/9/2012, -10, W, Breakfast
8/9/2012, -10, W, Linch
8/9/2012, -100, W, Mortgage

By summing the transacitons for B or W you could determine the balance in the account at any point in time.

Maybe this would work for you.
GeneralRe: Update previous date data and then update the rest of the data Pin
garyu8711-Sep-12 3:19
garyu8711-Sep-12 3:19 
GeneralRe: Update previous date data and then update the rest of the data Pin
David Mujica11-Sep-12 3:39
David Mujica11-Sep-12 3:39 
GeneralRe: Update previous date data and then update the rest of the data Pin
garyu8711-Sep-12 4:03
garyu8711-Sep-12 4:03 
Questionrelated dabase connectivity in vb6.0 Pin
sandy20506-Sep-12 18:28
sandy20506-Sep-12 18:28 
AnswerRe: related dabase connectivity in vb6.0 Pin
Eddy Vluggen6-Sep-12 18:36
professionalEddy Vluggen6-Sep-12 18:36 
QuestionVBA Script to update Active Directory Pin
DarrenAuchnie6-Sep-12 5:00
DarrenAuchnie6-Sep-12 5:00 
AnswerRe: VBA Script to update Active Directory Pin
Eddy Vluggen6-Sep-12 18:33
professionalEddy Vluggen6-Sep-12 18:33 
QuestionProblem With Datagridview Pin
sujuu6-Sep-12 0:39
sujuu6-Sep-12 0:39 
AnswerRe: Problem With Datagridview Pin
Eddy Vluggen6-Sep-12 18:31
professionalEddy Vluggen6-Sep-12 18:31 
Question.Net Control similar to Excel Text Wizard Pin
Member 77438055-Sep-12 14:54
Member 77438055-Sep-12 14:54 
AnswerRe: .Net Control similar to Excel Text Wizard Pin
Eddy Vluggen5-Sep-12 23:53
professionalEddy Vluggen5-Sep-12 23:53 
GeneralRe: .Net Control similar to Excel Text Wizard Pin
Member 77438056-Sep-12 2:32
Member 77438056-Sep-12 2:32 
GeneralRe: .Net Control similar to Excel Text Wizard Pin
Eddy Vluggen6-Sep-12 2:50
professionalEddy Vluggen6-Sep-12 2:50 
QuestionHow to Pass Parameter to Report Viewer ( vb.net 2010 ) ? Pin
sali224-Sep-12 20:58
sali224-Sep-12 20:58 
QuestionQuestion About this Function Pin
CHACAMAN3-Sep-12 11:30
CHACAMAN3-Sep-12 11:30 
AnswerRe: Question About this Function Pin
Dave Kreskowiak3-Sep-12 12:43
mveDave Kreskowiak3-Sep-12 12:43 
GeneralRe: Question About this Function Pin
CHACAMAN3-Sep-12 13:43
CHACAMAN3-Sep-12 13:43 

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.