Search results

  1. A

    Time and Billing by Dreamweaver - still available?

    Yea, saw that myself. Alan
  2. A

    Time and Billing by Dreamweaver - still available?

    Afternoon, Some time ago i downloaded a beta version of an Access database called Time & Billing by Dreamweaver. I have found the message which provides a download link but this now takes you to a 404 Page. I am now in the situation where i need a Time & Billing application and would like to...
  3. A

    Time & Billing Beta 1

    Download problem Mick Same problem as above when attempting to download, i get a web page with "Keine Verbindung zum Datenbankserver möglich!" displayed. Regards Alan
  4. A

    Code to run at DB Startup

    Orna, Thanks for that, i guessed that it would work from there but just wondering if anybody knew of a more efficient way of achieving that. I have another question. There is a requirement to back up the database and 'empty' some of the tables using a delete query after the same particular...
  5. A

    Code to run at DB Startup

    Hi all, I have a question concerning code that i would like to add that runs each time the database is started but is only actioned if the date matches. For example on or around the last day of each month i want some 'housekeeping' tasks to be completed automatically and in the background and...
  6. A

    Outlook 2003 - sending email from empty outbox

    Sorted Minkey, Worked a treat and what a good Outlook web site. Many thanks for taking the time to reply. Regards Alan
  7. A

    Outlook 2003 - sending email from empty outbox

    Many Thanks Minkey, No haven't used Read Receipts and have done a full virus scan. Will give the Outlook Tip go. Many Thanks Regards Alan
  8. A

    Copy record and update one field

    Try using DMax. The Access Help function will give you details on how to implement. Alan
  9. A

    Outlook 2003 - sending email from empty outbox

    Hi, Can somebody help me please? I use Outlook 2003 and for some reason it has started playing up. Whenever i start up, periodically whilst running and on shuting down Outlook, it does an automatic send / receive as expected. My problem is this, it is trying to send 2 emails from the outbox...
  10. A

    Disable Scroll Wheel

    Search for Scroll Wheel If you use the Search Facility for Scroll Wheel you will find quite a few articles in this forum, many of which will probably help your query. Alan Colin, Just beat me to it
  11. A

    User Selection Matrix

    Hi, I am after some advise / assistance on a task i am about to start. Amonst many other text boxes etc on a form, i will have 2 list boxes and a text box. The user will make a selection from each list box and dependent on those selections, a single letter will be automatically put in the...
  12. A

    Tabbed Forms - Background Colour

    Thanks Bob, Many thanks for the swift response and the link. Looks promising. Regards Alan PS Early starter in Portland :)
  13. A

    Tabbed Forms - Background Colour

    Hi, I am currently developing a database for my employer and plan to use tabbed forms in some instances. My employer has asked that the DB use the same colours used in Company literature, web-site etc. Setting the background colours for non-tabbed forms is not a problem but it appears that...
  14. A

    rotate text 180 degrees

    Sadie, You could always set up the report to print the name below the fold? Alan
  15. A

    "Visitors Book" Style Database

    Local Help Riche, I notice that somebody has already offered to help but i am willing to help if required. Incidentley i live in Cwmbran. If you prefer, PM me. Regards Alan
  16. A

    Lock an object after update

    You could try me.Allowedits = True (to allow edits) and me.Allowedits = false (to lock the record)
  17. A

    Backup without Zipping

    Back up coding Shelia, i don't have access to the db i used this in and is from memory, so apologies if it is a bit vague. I created a module and called it something like Backup, within this module i added a Public Function called BackUpAndZipIt into which i copied the code you see in the...
  18. A

    Designing Reports for different printers

    Have a look here http://www.helenfeddema.com/access.htm There are a number of papers on Printing and perhaps number 131 will help Alan
  19. A

    Lines in Reports

    Rickster57, Many thanks for your response and your info concerning me.drawwidth was spot on. Another search of the microsoft knowledge base gave me some extra info which i have now tried and it works. For info for anybody else who might be interested, it is me.Drawwidth = # where # is the...
  20. A

    Lines in Reports

    Hi, I have been using the Me.Line facility in the OnPrint Property of a report to draw (surprise, surprise) lines in my reports and it works fine, an example of which is: Me.Line (0, 978)-(0, 14300) Me.Line (1150, 978)-(1150, 14300) These draw vertical lines and using the same appraoch but...
Top Bottom