Recent content by Snowflake68

  1. Snowflake68

    Catch Error - Mapped Network drive

    Thats the trouble the user is not in my network, they are outside and use VPN to connect to it. I am going to rethink this whole area now as it seems that I will just have to jump on their PC to refresh the linked tables each time I make a change to the front end (or the backend)
  2. Snowflake68

    Catch Error - Mapped Network drive

    Its because, sometimes I make changes to the design of the tables, new column, or data type change and it doesn't recognise it until I refresh the links
  3. Snowflake68

    Catch Error - Mapped Network drive

    Thanks everyone for your suggestions. I think I am actually trying to achieve the wrong thing here and my original request for help was incorrect. What I actually need to do is error trap to see if a linked table opens successfully. The reason for this is because I send the user the front end...
  4. Snowflake68

    Catch Error - Mapped Network drive

    I still receive the same error message ??
  5. Snowflake68

    Catch Error - Mapped Network drive

    Ive tried your method but am getting this error message It points at the highlighted line below. Are you able to assist me any further please?
  6. Snowflake68

    Catch Error - Mapped Network drive

    Im just testing this on a blank form but I am getting the following error message. Are you able to advise me further please?
  7. Snowflake68

    Catch Error - Mapped Network drive

    How do I do that please?
  8. Snowflake68

    Catch Error - Mapped Network drive

    I have a front end application with a linked that is situated on a mapped network drive that uses a VPN to connect to it. I want to be able to error trap when the mapped drive isn't connected (if the user has forgotten to connect to the VPN). When opening the application it opens a form that...
  9. Snowflake68

    Solved Microsoft VBA

    Thank you thats good to know. I hope that it includes MS Access (as well as VBA)
  10. Snowflake68

    Solved Microsoft VBA

    How do you know this? Is there any information out there that supports this?
  11. Snowflake68

    Solved Microsoft VBA

    I so glad that this might not be the case as I have built numerous applications for my customers and this would have a major impact on them.
  12. Snowflake68

    Solved Microsoft VBA

    Do Microsoft plan to stop supporting VBA in 2027? I have just watched an internal presentation from one of our suppliers of the ERP software we use and it says that VBA will no longer be supported from 2027. Does anyone know if this is true?
  13. Snowflake68

    VBA to set height of text box on a report

    It error at this line numDescHeight = txtDescription.Height but I will try your other suggestions to see if any of them work. Thanks
  14. Snowflake68

    VBA to set height of text box on a report

    I have a report list has outlined text boxes which are all lined up nicely to also show the total and the VAT etc. The list of items on the report have which auto resize when the item description increases and decrease. Dim numDescHeight As Integer numDescHeight = txtDescription.Height...
Back
Top Bottom