Basic Help

jimd1768

jimd1768
Local time
Today, 22:01
Joined
May 8, 2007
Messages
63
I am currently running a billing system in Excel. That was ok when I sent out 45 invoices per month. I now do 600+ and thought Access might be easier.

I have a table with all my customers details.

I want to be able to generate their invoices each month with a default value of £25. I also need to change this amount if required.

I am really stuck about what to do next. Any advice would be greatly appreciated.
 
Quite an undertaking.

How good are you with Access, how are you storing the value that needs to be invoiced? And at which point may you need to change the default value from £25?
 
certainly easier with access - but not easy/simple. needs some coding, and more imprtantly a deepish undestanding of what is going on in access
 
I am really stuck about what to do next. Any advice would be greatly appreciated.

Get some decent accounting software. Many of those packages are probably cheaper than Access. Writing code to produce invoices is surely a waste of your time.
 
It may be a waste of time, but, nothing like jumping in at the deep end :D and the best way to learn.

I suggest heading over to the Microsoft website and searching for Access templates, these are a good start and you can pinch ideas and code from them or use them as they are. They do one called Billing or invoice or something like that.
 
Concur with the idea that you might do better with Commercial Off-The-Shelf solutions. COTS is preferred if it exists, for several reasons.

1. If the product exists, you'll get your solution faster.

2. If you have to roll your own solution, the hours you spend are a big part of the cost. If you make, say, $25/hour, each day is $200. If you can't make a solution in 5 days, that is $1000. And $1000 buys a heckuva big bunch of software.

3. Typically, if something goes wrong, a vendor will have a hot-line for license-holders of their products.

4. Vendors often allow license-holders to download patches and updates. (Not always, mind you - but often.)

5. If the company name isn't "Fly By Night Enterprises" then they might actually have a reputation to uphold. See if they've been in business long enough to have some web buzz about their products. You can quickly tell if they produce gold or dreck.

6. If you, as an inexperienced person, write this for yourself, it will be code that was written by an inexperienced programmer. Who might not have known what features were needed, nor how to implement them. An experienced vendor, on the other hand, probably has included many customer-driven features, particularly if you aren't talking about version 1.0 of the package.

These are NOT intended to be personally disparaging. These are general principles as to why you might lean towards BUY vs. MAKE for an important bit of business software. As always, it is your business and your decision. But if you really ARE inexperienced, you need to hear arguments about why you would choose BUY vs. MAKE. I've just offered the BUY side arguments.
 

Users who are viewing this thread

Back
Top Bottom