Recent content by roland_access

  1. R

    report as rtf attachment

    DoCmd.SendObject acSendReport, "ReportNameHere", acFormatRTF, "EmailAddressHere", "ccHere", "BccHere", "EmailSubjectHere", "EmailMessageBodyHere", False, " "
  2. R

    Deselecting from a List Box

    worked perfectly, many thanks.
  3. R

    Deselecting from a List Box

    Using Access 2000, I have a form with a simple multi select list box. The user selects items from the box and clicks a command button, which runs code based on the selection in the list box. These entries may change as a result of the command, so the list box refreshes and updates, but the...
  4. R

    RTF export losing grouping

    I am using Access 2000 SP3.
  5. R

    RTF export losing grouping

    I have a report that previews and prints perfectly, with several levels of grouping. However, when I export the report in .rtf format, the top most level of grouping is excluded totally. This top level was added to the report at a later date, not at initial creation, if that makes a difference...
  6. R

    Emailing and Access 2000 SR1/SP3

    Ok I downloaded the Admin tools and OutlookSecurity.oft file to edit the settings. Following the instructions, it would seem you can only edit the settings if you use group policies with Exchange. I need to edit the settings on a machine using Outlook with an Internet Only mail account. Any ideas?
  7. R

    Emailing and Access 2000 SR1/SP3

    Our database can send a variety of emails containing Excel attachments by clicking on the relevant form buttons. This was working fine under Access 2000. However, since installing Service Release 1, Service Pack 3 and the Outlook SP3 fix, whenever the button is clicked a pop up box with a timer...
  8. R

    Database significantly slower AFTER splitting

    The procedures that require these queries to run are quite detailed. Time and resources are not available to redesign major parts of the database unfortunately. Thanks for all your help though.
  9. R

    Database significantly slower AFTER splitting

    So seeing as there were no corruptions or errors at all when the database was unsplit, its well worth reverting back for a speed increase of 300%. In this case, splitting a DB has been very bad.
  10. R

    Database significantly slower AFTER splitting

    Of course, but the slowdown is very apparant, even when the FE is being used on the same PC as the BE. Also, before when running these queries, the data was being processed on one PC but was located on another, but it was still 3 times quicker than now. I thought splitting sped up a large...
  11. R

    Database significantly slower AFTER splitting

    Our office database runs via a main form and table with about 100,000 records. It was unsecured and not split, so each user was opening the actual database file from their PC across the network. The computer it is hosted on has been in place for a year. All was fine and pretty smooth, access...
  12. R

    Security - Minimize with Modal

    Dont really like the idea of a hidden command button, my forms are already full as it is! I still need Admins to be able to close the form though via right click, going into design view and then closing. Also, with your code and a non maximized form they could simply drag it down their screen...
  13. R

    Security - Minimize with Modal

    Have set up database security fully and properly. What I need to do now is stop users from closing forms and editing data directly from the underlying tables. They must only be able to edit data via forms. I have set permissions for the users so that they cannot view forms in design view. I...
  14. R

    Security file

    I could really do with that file too, if someone could PM or email it to me please...
  15. R

    Yes/No field from 0/-1 to check box

    I fixed the problem by changing the Lookup of each offending field in the table from Text Box to Check Box. Now all queries based off that table will default to check box rather than text box.
Back
Top Bottom