Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: VBA to mailmerge and finalize (Access 07/Word 07)

    I think I have it working now once I put it in I saw that this statement should have read: SQLStatement:="SELECT * FROM [QRY_Update]"

    Thanks
  2. VBA to mailmerge and finalize (Access 07/Word 07)

    I have been asked to make one button to merge reporting information into the word document provided. The merge and query work correctly when doing it manually and I am trying to automate the...
  3. Replies
    4
    Views
    449

    Re: Mail Merge Stops in the middle (2002)

    I appreciate the effort. This database is linked to 2 others as well. I have never had a problem with it until recently and the only changes would be the length of the memo field. The fact that I...
  4. Replies
    4
    Views
    449

    Re: Mail Merge Stops in the middle (2002)

    Hans,

    I couldn't didn't post a stripped down version because I would have to change the detail as well. From the best I can determine the merge seems to stop prior to records that have a memo...
  5. Re: Multi-Value Fields in older versions (Access/2002)

    I figured it would be a PITA but just thought I would ask. Thank you for the information.
  6. Multi-Value Fields in older versions (Access/2002)

    I know in the new Access 2007 there is the ability to have Multi-Value Fields and store more than one value in a field. Is this possible in 2002? For instance if you were doing a survey and used...
  7. Re: Check form for responses and send report (Access/2002)

    That worked great I tried that before but I was getting errors I think I left out an &

    Thank you for all of your help and explainations.
  8. Re: Check form for responses and send report (Access/2002)

    The control source in the form is ApplicationID and the record source of the report contains a field named ApplicationID. There is a textbox name but the record source is ApplicationID. The...
  9. Re: Check form for responses and send report (Access/2002)

    Thanks that works and generates the report for the e-mail but bring up one other issue. The same line:

    DoCmd.OpenReport "Rptappwpblmsemail", acPreview, , "[Applicationid] = " & Me.[ApplicationID]...
  10. Re: Check form for responses and send report (Access/2002)

    DoCmd.OpenReport "Rptappwpblmsemail", acFormatRTF, , "[ApplicationID] = " & Me.[ApplicationID]
  11. Re: Check form for responses and send report (Access/2002)

    I am trying to pull together the information from the current record into a report and then send it. Using the information you provided along with the below code I thought this would work but I get...
  12. Check form for responses and send report (Access/2002)

    I have a database I am working on which has a form that collects answers to about 40 questions (each with a value of 1, 2, 3 if clicked) by way of a radial selection. The user will supply...
  13. Replies
    4
    Views
    449

    Mail Merge Stops in the middle (2002)

    My mail merge, which has been working for months, now stops in the middle and won't continue. The merge is from an access query which shows all records. The view merged data will show all 35...
  14. Replies
    10
    Views
    335

    Re: Problem with lookup in form (Access 2002)

    I had to change this to a memo field because in the form it wouldn't allow all of the text information to show. This probably goes back to the bound column problem I was having initially. If I join...
  15. Replies
    10
    Views
    335

    Re: Problem with lookup in form (Access 2002)

    Sorry, I am attempting to create a new querry using the DIAG1 in the TBLRESC along with the D1Q1 from TBLQID. D1Q1 stores the DQID which relates to the actual text (drop down) in QTEXT of TBLQST. ...
  16. Replies
    10
    Views
    335

    Re: Problem with lookup in form (Access 2002)

    I have fixed this and it is working great however now I run into a problem when attempting to query and I only show the ID numbers instead of the text. When I include the table holding the text...
  17. Replies
    10
    Views
    335

    Re: Problem with lookup in form (Access 2002)

    Thank you that was it. I removed the OSTID because it was "showing" in the form when bound but by not showing (0") rather than removing and binding to that column it fixed the problem. I really...
  18. Replies
    10
    Views
    335

    Re: Problem with lookup in form (Access 2002)

    Please find the file attached.
  19. Replies
    10
    Views
    335

    Problem with lookup in form (Access 2002)

    I am having a problem with a subform in a form. Everything is working except if I select a record it won't change. If I backspace, sometimes it will let me change records but it sets at one or...
  20. Re: Update lookup table using form? (Access/2000)

    Ok I know I have done this in the past without this much trouble. I am now getting an error that the item isn't in the list... when I change to not limit to list I then can't type in the text...
  21. Update lookup table using form? (Access/2000)

    Ok, this seems like a rather simple question and it has been a while for me...
    Problem -- I have a main form to be used by a few people to enter information. From this form one field is a...
  22. Re: Word doc merge from Access (2000) query (WORD/2000 Access (2000))

    Apparently It wants to work now... It allowed me to pull up the query and merge the form. Although I am still not sure why it didn't work?

    Thank you for your help.
  23. Re: Word doc merge from Access (2000) query (WORD/2000 Access (2000))

    Ok this is getting more frustrating... when stripping down the table and preparing to send I tried the "merge" before attaching and it worked? I went back to my original and it gave me a command...
  24. Re: Word doc merge from Access (2000) query (WORD/2000 Access (2000))

    There is no Application Title at all everything is to default and that field is blank.
  25. Re: Word doc merge from Access (2000) query (WORD/2000 Access (2000))

    Sorry you are correct, it is Word 2002 from 2000 before. Sorry about the confusion.

    The "Confirm conversion at Open" was checked.

    And when trying what you have suggested all I get is... "Task...
Results 1 to 25 of 41
Page 1 of 2 1 2