![]() |
![]() |
![]() |
| click globe for |
click picture for |
| HAWDA demo |
Smart Price List Demo |
Wholesale Accounting in MS Access is our specialty.
|
click for Overview and Screen Shots
If you would like to download a demo click here (8MB) (MS Access XP is required to run it) Note: Features normally requiring WinFax and MS Outlook removed from demo. Complete program with VBA source
code............. Special price only.......$999 Save $1000 !!! |
A complete MS Access Program for Quotations, Sales, Invoices, Inventory, A/R, A/P & GL.
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.
To develop this software from scratch would take 5 years and cost over $200,000.
You can have all this for only
$1999. That slashes in-house development costs by 99%.
Special price this month only...........$999 Save $1000 !!!
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.