![]() |
![]() |
![]() |
| click globe for |
click picture for |
| HAWDA demo |
Smart Price List Demo |
Wholesale Accounting in MS Access is our specialty.
(can also be converted to Access XP or 2007, but runs faster on the 2003 recommended platform)
|
click for Overview and Screen Shots
If you would like to download a demo click here (9MB) (MS Access XP is required to run it) Complete program with VBA source
code originally Special price only....$499 You save $1500 !!! |
To develop this software from scratch would take a team of programmers 5+ years and cost over $200,000.
You get a complete MS Access Program for Quotations, Sales, Invoices, Inventory,
Purchase Orders, Accounts Receivable, Accounts Payable and General Ledger.
If you need customizable software for your business this product provides a great foundation.
Why spend thousands of hours and dollars when all this code has already been written?
Includes many advanced features not found in "off the shelf" programs.
This is a great wealth of sample code! Use it as a learning tool. See how the experts do it.
You can have all this at a price so low that it slashes in-house development costs by over 99%.
click for Overview and Screen Shots
Microsoft Access VBA Programming and Database design specialists.
What we offer:
Expertise in easy to use software with specialization in high-end features.
Contact Information:
![]()
Another useful product from Hazen & Associates:
Smart Price List for
Microsoft Excel 2000 (and up)

Does your company offer a large variety of products? Smart Price List is an Excel based form that will save you the cost of printing your catalog or price list while giving your customers an extremely easy way to place an order.
![]()
Here is a way to get an image to be transparent on an Access form.
If you want to have an image appear as if it were a "rubber stamp" (like 'INACTIVE' or 'PAID') on top of the information on the form, but still be able to see the information too...
Here is the procedure...
1. Create a suitable picture in .jpg format. (I used Photo Draw) -- .bmp files work too
2. Create an image control on your form on top of the controls that should "bleed" through using the .jpg picture file as the source.
3. Set the back style property of the image control to transparent.
4. Select all the controls that should "bleed" through as a group. (Click each one while holding shift)
5. Set the back style property for this group to transparent.
6. While they are all still selected bring them to the front using the format menu item "Bring to Front"
7. Now you can add VBA code to the "Current" event to make the image visible or not visible as needed.