Search results

  1. S

    Save Variable Name report in Variable Name Folder

    It makes sense. However, I am now getting Error 58, the file already exists
  2. S

    Save Variable Name report in Variable Name Folder

    I am sorry to bother again, but I need to include "if the folder exists, then use it" But there is obviously something that I'm doing wrong.. The FileName will be unique, the FolderName won't Please pardon my super amateur level here.. Dim FSO As Scripting.FileSystemObject Set...
  3. S

    Save Variable Name report in Variable Name Folder

    OMG Thank you so much!! :)
  4. S

    Save Variable Name report in Variable Name Folder

    Hi all, I've been looking into existing threads but I can't figure this out. I'm sure that this will be piece of cake for many of you. I am trying to save the report into a Folder with the name of the CaseNr. I can successfully create the folder, but I can't place the file inside it...
  5. S

    Query with form criteria not working as expected

    I have found out that the problem is limited to one specific provider. No idea why their info is not showing. It doesn't make sense Thanks for the help
  6. S

    Query with form criteria not working as expected

    I have a lot on corporate information and linked tables. I tried to create a simple Db from scratch to reproduce the error and it worked good. :banghead:
  7. S

    Query with form criteria not working as expected

    Dear all, I have a query pulling data from 2 tables. ClaimDataSheet and ProviderData. It works good until I set a criteria on the query to pull only the info based on the ClaimID active on a selected Form. There is a relationship between Provider ID from the 2 tables. The criteria is...
Back
Top Bottom