Search results

  1. T

    Hide Subform

    I will have a look over next few days and see how it looks. Thanks.
  2. T

    Hide Subform

    I am building a new form, I think it will contain possibly 4 sub forms due to the data types and Criteria in the forms being grouped together. I am thinking of a way to hide / unhide the forms when not in use - otherwise it will look quite busy. Is it just a button to show / Hide the forms...
  3. T

    Linking to Excel File stored with incorrect file type

    I get a file saved systemically, which i would like to link into. When i try to link, the file fails, When i open the file, I get a warning which states " the file format and Extension of ''X'' don't match. The file could be corrupt or unsafe, Unless you trust is source don't open it. Do...
  4. T

    Need help with conditional Formating.

    Yes.
  5. T

    Need help with conditional Formating.

    Hi guys, trying to conditional format a field if the value is <> a set tolerance. I have got so far, My TBControlMeasurement = 93, My Tolerance is 2, so i have a upper and lower limit set, So if the Value in Sample_1 is either higher than the upperlimit, or lower than the lower limit i would...
  6. T

    Acess queries slow when using sql server tables

    Thanks, let me digest properly and get back to you tomorrow. I have only been using sql server for the last few weeks, and my main contact in work is on holiday for the next week.
  7. T

    Acess queries slow when using sql server tables

    Hi all, I have just moved 2 tables from my access back end into sql server. I already had 8 tables that I lookup data from in a different sql server. When running local queries that use tables from both servers in access these seem at least 5 times slower than when they were local tables but...
  8. T

    Query Export > Excel & Format as table (or filter/sort columns) > Save & Close

    Hi all, i have used the above to format my data as a table, but i have 1 column that i want to format as a Currency - Can this be done in the same procedure ?
  9. T

    Query Export > Excel & Format as table (or filter/sort columns) > Save & Close

    you were correct. I will the way you can set to either keep the report open, or closed. My previous export always made the report Visible and then carried out the formatting. This seems much smoother. thanks
  10. T

    Query Export > Excel & Format as table (or filter/sort columns) > Save & Close

    I am trying to use the above to format as a table and get the error Invalid Proceedure call or arguement in procedure XLFormatTable, Line 0 Set tbl = xlWS.ListObjects.Add(xlSrcRange, rng, , xlYes)
  11. T

    Export into Excel and Format as Table

    I had read the above but struggled to see which piece of code i would need to borrow.
  12. T

    Export into Excel and Format as Table

    I have a code that runs daily and formats the report into Excel. I now need to format the exported report as a table. Please can someone shoe me what bit of Code below needs to be changed in order to do this. Sub FormatExcel(ExcelFile As String, LastCell As Integer, FreezeColumn As Integer...
  13. T

    Check if Users ID is in List on Sheet

    Never thought of that. Looks like I was trying to over complicate things. Thanks
  14. T

    Check if Users ID is in List on Sheet

    I have a form where the user enters their ID number, When User inputs their number into Cell A5, i want it to check if the contents match a list that is on my Lists page. If they are not set up, i want them to get a msgbox. I am guessing this is in in the Worksheet.change section of the vba...
  15. T

    Import Dates into SQL

    Sorted thus in the end, we used the cknvert function and had to break the string down to its backs co.ponenrs, yyyy mm dd. Also when looking at some of the records they were not all saved as dates, so this gave me some issues. Thaks for all the help.
  16. T

    Form to Load /Save picture from Web URL

    Not yet, might try that one tomorrow
  17. T

    Form to Load /Save picture from Web URL

    Already done. Had to do that when testing.
  18. T

    Form to Load /Save picture from Web URL

    Thanks, now getting Access Crashing. Using Access 64 bit in AWS environment. Might try again tomorrow.
  19. T

    Form to Load /Save picture from Web URL

    Thanks, but i keep getting a fail. Ret value = -2146697208
Back
Top Bottom