Search results

  1. D

    Exporting from Access to Word

    Hello, I need some help with this code. I am trying to export several word documents from a query. I can get the 3 documents out but the information keeps adding to the previous doc. The letters in orange are commented out because if I use them the code doesn't work at all, but I believe is...
  2. D

    Windows 10, 64 bit upgrade, crashing my code

    Hello everyone, The company decided to "upgrade" to windows 10/64 bit and now the below code gets stuck at the :confused: line. Can you help me? thank you! Option Compare Database Option Explicit Private Type WKSTA_USER_INFO_1 wkui1_username As LongPtr 'name of the user currently...
  3. D

    Help!!!!

    Please help! I need to release a new copy of my database and I'm getting this error: The expression On Current you entered as the event property setting produced the following error: cPIC can't find the field '|1' referred to your expression' referred to your expression. cPIC is the name of...
  4. D

    Making Subform visible based on field

    Hello, I have a form with two subforms. I would like to hide one of the subforms when the field "CR Change Class" is Major A or B Change. This is what I got but it doesn't work Private Sub Form_AfterUpdate() If [CR Change Class] = "Major A Change" Then Me.[Major A CRs Microplan...
  5. D

    Dummy Records

    Hello I have a table with some old records that are not updated any longer but need to be included in a final report. Is it possible to add that table to my query of new records?? Thanks!
  6. D

    Requery a subform

    Hello, I need help with a subform. I have filters and I can clear the filters but the subform stays on the last records that were filtered. How can I get the full list of records back? Thanks in advance!
  7. D

    Hello

    Hello, I'm a little new to access, I've build a database with the help of a friend, but I'm sure he's tired of me asking questions and taking his time, so I thought this forum would be a good choice for me. Looking forward to sharing with everyone!
Top Bottom