Search results

  1. A

    Update the second table with the same item # and description using a query

    Can we please get a suggestion on how to create a query to update the same item from two different tables? The second table has four choices, but has the SAME COMMON NUMBER? We do not want to again enter the same COMMON NUMBER in the second table again. Thank you. Nicole
  2. A

    Preview Report Then Print 4 Copies

    P.E.F.E.C.T., 100% Thank YOU arnelgp
  3. A

    Preview Report Then Print 4 Copies

    Thank you for sending us your database, but we cannot open it because of the "Unrecognized Database Format" message. Could you please send us another database. Thank you very much
  4. A

    Preview Report Then Print 4 Copies

    The BLANK TEMPLATE is used for the user’s research and is then completed MANUALLY. The updated research report data is then entered into the volunteer's database. Once we have help with the code, I will create more templates for our other research projects. We do not want to use a Word...
  5. A

    Preview Report Then Print 4 Copies

    Thank you for your question, mike60smart.
  6. A

    Preview Report Then Print 4 Copies

    Please open the database and use Ctrl + E to open up the report, that we would use or look at the report => Print_4_Pages. The actual detailed report will be used for data entry after printing and we prefer not to use a Wor Please open the database and use Ctrl + E to open up the report, that...
  7. A

    Preview Report Then Print 4 Copies

    Thank you GP George for your question. The currently Macro previews the document and then 2 copies are printed, while we would like the Macro to preview the document and than print 4 copies.. Nicole
  8. A

    Preview Report Then Print 4 Copies

    Could I please get a code suggestion to preview a report and then print 4 copies using the Macro = Control + E. Your suggestions are appreciated. Nicole
  9. A

    Contacts are not being sorted alphabetically.

    jdraw The volunteers had taken the data from a web sheet that we had received and a bad character was picked up. Now we enter the data into notepad and copy the data into the database.
  10. A

    Contacts are not being sorted alphabetically.

    Thank you all for your suggestions. We now enter the names in a text document and then copy it to the database. Thank you Marylyn
  11. A

    Contacts are not being sorted alphabetically.

    Thank you for your suggestions. Would using a filter such as below help to overcome our problem and if yes would the code be placed in the Table's Field or on the Form? Is Null Or Not Like "*[!a-z OR "" ""]*" Thank you Marylyn
  12. A

    Contacts are not being sorted alphabetically.

    Could you please tell me how to correct the sorting in our Access Database of Contacts / Companies? Thank you Marylyn
  13. A

    Syntax Error in changing a field’s contents

    Thank you cheekybuddha for your note, which I appreciate. I was trying to find a solution to the reports the Charity needed completed by Dec 29th. Enjoy the holidays. Marylyn
  14. A

    Syntax Error in changing a field’s contents

    Thank you Gasman for your suggestion, BUT for some reason they do not work on the new Access 2003 form we tried to create. We will go back to using an OLD form that works. Your suggestions are appreciated. Marylyn
  15. A

    Syntax Error in changing a field’s contents

    Thanks Bob for your note about the cross posting, which will not happen again. I / we are under a pressure at the charity as all of their reports have to be completed by December 29th and little things like changing the field name from Yes to No are slowing us down. Regards, Marylyn
  16. A

    Syntax Error in changing a field’s contents

    = = = Thank you The_Doc_Man for your comments. We are volunteers at a charity helping to run their office. The code that we tried to transfer to a new form does NOT work, while it does work on their OLD forms. So I will use the old forms. Thank you, Marylyn
  17. A

    Syntax Error in changing a field’s contents

    Thank you Bob for your suggestion, we have tried to use your suggested code in our Access 2003 database without success. The error message that we get is // Run-time error’3144’: Syntax error in UPDATE statement. = = = = I am trying to; In the Field Investigate, change from Yes, => No or In the...
  18. A

    Syntax Error in changing a field’s contents

    We have been trying to correct the code in this Access 2003 form without success and continue to have a syntax error. Any assistance will be appreciated. Thank you Marylyn
  19. A

    Change field name from Yes to No

    Uncle Gizmo thank you for the Link. Nicole
  20. A

    Query To Change A Word

    Thank you GPGeorge for your suggestion which we entered as below, but we received an error when using your code. Dim strSQL As String strSQL = "update Investments01_tbl" & _ "set investigate = 'No' " & _ "where Investmentl_ID in (SELECT Investmentl_ID from (" & Replace$(Me.RecordSource, ";"...
Back
Top Bottom