Search results

  1. M

    Help with Merging

    Problem solved. We've decided to skip XP and upgrade to Office 2003, which works fine. I do appreciate your help though. I'm sure I'll be back here in the future.
  2. M

    Help with Merging

    Thanx for the information, but that still didn't work. I also tried converting my database to a file 2002 format, but still no dice. The code doesn't say anything about specific version, but I wonder if the language may be different in 2002 than it is in 2000
  3. M

    Help with Merging

    My network was using Access 2000 and Word 2000. We recently upgraded to Access 2002 and Word 2002, but now none of my merge forms are working. I don't get any error messages, and the merge function does open Word, but all I get is the original source document and not the actual merge...
  4. M

    Placing fields on a form

    Need help placing fields on a form that is not linked to a table or query. The form was created by my predecessor. The form already has multiple fields on it, however the form itself is not linked to any data source. I have tried hardcoding the filed onto the form but it didn't take. How can...
  5. M

    Placing fields on a form

    I need to place fields on a form that is not linked to a table or query. Form was built by my predecessor and it already contains multiple fields, however the form itself is not linked to any data source. I have tried hardcoding the field onto the form, but it didn' take. How is this done?
  6. M

    Placing fields on a form

    I need to place fields on a form that is not linked to a table or query. Form was built by my predecessor and it already contains multiple fields, however the form itself is not linked to any data source. I have tried hardcoding the field onto the form, but it didn' take. How is this done?
  7. M

    Publishing help please

    I am trying to publish a new front end from my database. I have done this many times without a problem, but now all of a sudden I am getting a "Microsoft Access was unable to create an MDE file" error. Any ideas?
  8. M

    Trying to combine reports

    Thanks for your help. I tried that method. The problem is that all of my queries are based on the same fields in the same table with the same Join properties. The only difference is date. Getting the data is not a problem. I basically need to show records from three date ranges in the same...
  9. M

    Trying to combine reports

    Thanks in advance for all of the help I receive. I am trying to combine 3 reports into one. I tried using the Subreport function, but the information on the last 2 reports is being pushed into the Detail section of the main report. I tried to separate each by using a Section Footer, but that...
  10. M

    If... Then problems

    Yes. Both in one table named "Intake"
  11. M

    If... Then problems

    Yes. It's actually 2 different forms. When the user changes the value of Sign_Up_Status to Client Signed, then CaseStatusID on another field should change to QIP
  12. M

    If... Then problems

    This code is supposed to change fields in the database based on the contents of another field, but it's not working right. When the field named Sign_Up_Status is changed to "Client Signed", the field named CaseStatusID should change to "QIP" automatically. I have included a copy of the module...
Back
Top Bottom