Search results

  1. S

    remove the "Unknown Publisher" security warning

    I saw there is another security section Security\Trusted\Documents\Trust\Records What it is? Do I have to set it too,and how ?
  2. S

    remove the "Unknown Publisher" security warning

    Thanks for the info I had no Idea I can add a trusted location as Name instead of Location(n) :D Using Inno Setup App. it's easy to add registry entries. I'm sure will add entries for 14.0 and 16.0 (2013, 2016) What is 15.0 ?
  3. S

    remove the "Unknown Publisher" security warning

    Thanks How can I make sure not to overwrite existing trusted location ? [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations\Location(n)]
  4. S

    remove the "Unknown Publisher" security warning

    Thanks Where exactly in the registry? I remember I saw it before, but can't find it again :(
  5. S

    remove the "Unknown Publisher" security warning

    How do I set the install location trusted ?
  6. S

    Access error -query is corrupt

    I already did with the UPDATE ( Select * From solution Took me about 10-15 min. For me it's Office 2016 MSI installation. but I mostly don't want to go into the end users' systems
  7. S

    Access error -query is corrupt

    Thanks Colin As I only have only one Built update query I'll go with the Modify the Query's sql solution. I think it's much better then adding too many queries that all they do is pointing to the NewTable alias name. It's not too difficult to use Find and paste the (Select * From Begin and...
  8. S

    Access error -query is corrupt

    I'm using Win7, Office 2016 If I look at the System updates I see no updates since Sept. (Control Panel -> System and Security -> Windows Update -> Show Updates history) If I look at App. updates I see no updates for Office. It only show me as Office was installed Yesterday, Nov.15th (Control...
  9. S

    error 3340 ‘Query is corrupted

    I totaly agree with you Where is the solution in your post?
  10. S

    Access error -query is corrupt

    How do I install this update ? I see no Office updates, only as Office was installed today (No.15th) :banghead::banghead::banghead: :Crying:
  11. S

    error 3340 ‘Query is corrupted

    We'll continue with Colin's - Access error -query is corrupt
  12. S

    error 3340 ‘Query is corrupted

    File Not Found
  13. S

    error 3340 ‘Query is corrupted

    After an end user got error 3340 ‘Query is corrupted, I started to get it today too. It seems that Office November 2019 Updates are causing Access Error 3340 I don't see any office update, but it shows me as Office was installed today (Nov.15th) :banghead::banghead::banghead: How can I remove...
  14. S

    ActiveX OLE error

    Yes, the error is something like that. Multilingual is probably the cause.
  15. S

    ActiveX OLE error

    Yes you do know what's in my startUp form. You helped me with it :D The error raise for other forms as well, and even if there is no code in it. Missingling might directed me to the issue, as we do use Hebrew
  16. S

    ActiveX OLE error

    Could it be PtrSafe won't work correctly for Access 2013 and I must check Office version ? *** Edit *** According to MS it should be OK since version 2010 https://docs.microsoft.com/en-us/office/vba/language/concepts/getting-started/64-bit-visual-basic-for-applications-overview
  17. S

    ActiveX OLE error

    The application compile and run with no problem on both AC2016 32bit and AC2016 64bit. what do you mean decompiling and then recompile? I tried to comapct, and I had the same error once the application started and loaded the AutoExec_Form. same problem even if I left the form's events empty.
  18. S

    ActiveX OLE error

    I have an AC2016 I opened it in 2013 with No problem. I debugged with no problem. When I open a form, any event I try to run (Timer, Form_Open...) causes an ActiveX or OLE error, even if this event is empty and do nothing :banghead: Checking the references seems to be OK and all ver16 where...
  19. S

    Editing an external text file is it possible?

    This code works perfect for modifying the file's path Public Sub pbModifyImportSpecPath(strNewPath As String, strSpecName As String) Dim strSpecXML As String Dim x As Integer Dim x1 As Integer Dim x2 As Integer strSpecXML = CurrentProject.ImportExportSpecifications.Item(strSpecName).XML...
  20. S

    Editing an external text file is it possible?

    Thank you for the information Your code is similar to the code I posted. I guess I have a full solution for what I need, as I can set the Spec's file path :)
Back
Top Bottom