Search:

Type: Posts; User: LorraineMajor; Keyword(s):

Search: Search took 0.01 seconds.

  1. It was after I copied their data file and ran it...

    It was after I copied their data file and ran it as a test file against a copy of my main file. I opened 2 instances of Access on my machine and ran one in each. I decided to look at the...
  2. Thanks for your suggestions. I finally worked...

    Thanks for your suggestions.
    I finally worked out what the problem was.
    Because it happened on all their machines I realised it had to be a problem with the data file.
    Somehow when one machine had...
  3. I did a compact & repair - there was a corrupted...

    I did a compact & repair - there was a corrupted record and the repair helped fix that.
    Where do I check for locks?

    Thanks
    Lorraine
  4. Access 2007 - File works on one system not other

    I have a database which has worked fine for years. I developed it for a business and maintain it. The business uses it in a networked environment, with the main file on each machine and data file on...
  5. Thanks Hans I knew I could do it that way but...

    Thanks Hans

    I knew I could do it that way but was hoping to do it automatically. Yes, I do use pdf995 and find it handy.



    The built-in output to PDF doesn't have an option to convert only a...
  6. I have a report which is produced as a pdf file...

    I have a report which is produced as a pdf file and automatically attached to an email.
    My problem arises when the report is more than one page, as we only want to attach the first page.
    I know I...
  7. Replies
    22
    Views
    646

    Re: Correct Indenting (A2k)

    Charlotte, Thanks for recommending the book 'Access 97 Expert Solutions'.
    I went to Google and entered the book name, and found a site where I was able to download the entire text of the book! I...
  8. Replies
    3
    Views
    225

    Re: Subform totals (2000/2003)

    Thank you Francois and Charlotte. That has solved it.

    After I sent my question I checked out the Northwind sample database and found I had the same problem with it, so I knew then it wasn't a...
  9. Replies
    3
    Views
    225

    Subform totals (2000/2003)

    I have a strange problem. I have created and been using a database in A2000. It has a main form with a number of subforms on tab control pages. On the front page is a series of text boxes in which...
  10. Replies
    7
    Views
    280

    Re: Form total problem (Access 2K)

    Thank you Hans. I knew it had to be something simple, just couldn't see what.
  11. Replies
    7
    Views
    280

    Re: Form total problem (Access 2K)

    Here is a copy of the form and the table behind it. I was running it from a query, but realised that all the fields come from one table so changed the record source. I thought that might solve the...
  12. Replies
    7
    Views
    280

    Re: Form total problem (Access 2K)

    No, it doesn't make any difference whether it is opened by itself or within the main form. And there is no VBA code which would affect it.
    There must be something causing the problem, but I can't...
  13. Replies
    7
    Views
    280

    Form total problem (Access 2K)

    I have a very dumb question that I hope someone can help with.

    I have a database which has a lot of forms & subforms, most of which are working fine.

    Today I had to do another one, which is...
  14. Re: Invalid query names (Access 2000 SR-1)

    From the example you posted it appears you have spaces in the query name. If that is so, I think you would need either [ ] or " " around the name.
  15. Re: How to make a control on a report invisible (Access 2000)

    Instead of the OnOpen event, put it in the OnFormat event of the Detail section.

    Remember to also set the Visible property for the label (if there is one).
  16. Replies
    6
    Views
    556

    Re: DSum (Access 2000)

    Graham, do you have the Northwind sample database on your machine? If so, have a look at the Orders form and the Order Details subform. There you will see an example of what you are trying to do.
    ...
  17. Replies
    6
    Views
    556

    Re: DSum (Access 2000)

    Try this:

    Forget DSum - I just use Sum

    In the subreport footer, set the control source for Text24 to read =sum(cost of parts) - I am assuming 'cost of parts' is the field you are trying to...
  18. Replies
    6
    Views
    556

    Re: DSum (Access 2000)

    In the footer of the subreport create a text box to sum the totals you need. When the subreport is linked to the parent report by a job number, only the sum of the items in that job number will be...
  19. Replies
    3
    Views
    399

    Re: Emailing reports

    Have you tried sending it in RTF format?
  20. Replies
    5
    Views
    279

    Re: Query Formulae help (Access2000)

    I haven't worked out the actual code needed, but my suggestion would be to create a new function in a module.

    Either use Select Case or If..Then..Else construction to customise the result...
  21. Replies
    8
    Views
    334

    Re: Queries (again!) (A2K)

    If you are using separate fields for each box you will run into problems - do you have a maximum number of boxes allowed?

    Have you tried putting the information for the boxes into a separate...
Results 1 to 21 of 21