Dr@g0nic
Expert Member
Good Day
First I'd like to thank Wesley Fraser and Ermac for helping me so far.
Now i'd like to bring others up to speed...
I'm busy developing my first app after graduating, its just a simple app for my dads company to just make things a bit easier...mostly so that they don't have to make their own stuff in excel for example... so they just use this app with everything they need, for example income and expenditure.
(i actually think excel is easy enough but ok)
having said that i'm struggling with something at the moment.
i want to make the columns add up to give like a total at the bottom. I'm kinda getting it right but the thing is, to see the total i have to type something in the total column, and if i leave out one column i get a error, probably logical. The code i'm using is...
AmtTot = amt01 ++ amt02 ++ amt03, etc...
The i named the last cell(using textboxes) AmtTot and the others above it amt01, amt02, etc.
I have a feeling i'm totally wrong or how can i set a columns default value to null
First I'd like to thank Wesley Fraser and Ermac for helping me so far.
Now i'd like to bring others up to speed...
I'm busy developing my first app after graduating, its just a simple app for my dads company to just make things a bit easier...mostly so that they don't have to make their own stuff in excel for example... so they just use this app with everything they need, for example income and expenditure.
(i actually think excel is easy enough but ok)
having said that i'm struggling with something at the moment.
i want to make the columns add up to give like a total at the bottom. I'm kinda getting it right but the thing is, to see the total i have to type something in the total column, and if i leave out one column i get a error, probably logical. The code i'm using is...
AmtTot = amt01 ++ amt02 ++ amt03, etc...
The i named the last cell(using textboxes) AmtTot and the others above it amt01, amt02, etc.
I have a feeling i'm totally wrong or how can i set a columns default value to null