Search results

  1. Minty

    New Bug - Connection String malformed !

    Hi All, After updating to version 2312 (Microsoft® Access® for Microsoft 365 MSO (Version 2312 Build 16.0.17126.20126) 64-bit) We have a new and nasty bug - if you check and reset a connection string using ? currentdb.TableDefs("AnyLinkedTableNameGoesHere").Connect The returned result is...
  2. Minty

    Optimising Routes

    I have an interesting query involving moving vehicles around and optimising the drivers over those routes. I'm not sure this is even a sensible process to try and manipulate in Access but I thought I would ask as there are some very clever people in here :D Given the following data what would...
  3. Minty

    Another or the Similar Bug with Datetime2 from SQL

    I have worked around this but thought I should highlight this as it's very frustrating. A SQL table (Azure SQL) has a Datetime2(7) column which when referenced from a form control in VBA come back with a TypeMismatch error (13) Even trying to debug.print the offending value fails. This is...
  4. Minty

    IP Address Lookup returning IPv6 instead of IPv4 Address

    This is happening to a number of users but not all, which makes fixing it rather troublesome. I use the code below to return an IPv4 External IP address, so that we can automatically update an Azure SQL firewall, via some clever HTTP encryption. It's loosely based on a number of similar codes...
  5. Minty

    Weird Access Opening Issue - Possible Bug?

    Recently I have had a lot of issues with opening databases not working (Various ones, almost all are Azure SQL BE). I either double click in file explorer, or right click the Access Icon that's a sticky in my Windows tool bar. The database opens, but not in a visible fashion, there is a...
  6. Minty

    Access Runtime and BigInt (Large Number) support

    I came across an interesting gotcha the other day. From a linked SQL server backend we were generating a sequence number using the Rank() Over function. This returns a BigInt data type, it appears that Access Runtime 2016 version doesn't recognise this datatype, but I can't find any official...
  7. Minty

    The Queen has died

    The Queen has died this afternoon. A sad day for the UK, even if you aren't a Royalist. https://www.bbc.co.uk/news/uk-61585886
  8. Minty

    New Access / SQL backend bug - #Deleted showing in Tables

    As per this thread here https://answers.microsoft.com/en-us/msoffice/forum/all/ms-access-displays-deleted-in-every-field-for/593e5f12-3cbd-414e-841c-9df612504d3c?page=3 Originally about Oracle, we have now seen this in two Azure BE client databases in the last 2 days, making me think another...
  9. Minty

    Flow - Email Moving problem

    Hi All, I suspect only @Isaac may know about this, but looking for clues. I can't get a cloud Flow process to move an email in a shared general email box. The process is triggered on new email receipt. (O365 account the It then checks it not internal. If not it calls a stored procedure to look...
  10. Minty

    File Dialog Permission denied error on redirected folders

    Hi All, I have a file dialog I use to get the location of various files for importing (shown below). I have an issue with a client who uses file redirection at a corporate level and keeps getting an error - Error 70 Permission Denied. In my testing, if I set strInitialDir to anything that...
  11. Minty

    Bug? Access Form design - Copy and paste textbox controls not working

    Hello Campers. This seems to be a repeatable bug - O365 here are the steps 1. Goto any old form and select a load of text box controls (ONLY textbox controls) 2. Copy them, right click or ctrl+c 3. Paste them. Anything happen? Not in any of my databases. Now repeat the exercise with subtle...
  12. Minty

    Outlook Monitoring with O365

    I've been asked to look at providing a method of monitoring a shared generic Inbox in O365. (Think of it like a service call mailbox service@yourco.com) This would be pretty straightforward in an Exchange/SQL on-site environment, but with cloud storage involved, it becomes a little more...
  13. Minty

    Solved Nested Instr() Issues

    I think I am going mad. I am trying to extract a word in a variable-length string after a specific string. The field is imaginatively called Description. This really needs to work in a query and I'm a bit anti writing a function as it seems overkill. There is a string I can identify and find...
  14. Minty

    Countries Table - Design Thoughts

    Hi All, I'm undecided about this so thought I'd ask the great and the good, bad and the ugly... I need to have a reference table for countries (and various other fields) and am wondering do I add a primary key ID and use that or store the ISO country number? Previously I have only ever need a...
  15. Minty

    User Voice will be leaving the Building!

    MS are switching off UserVoice https://www.devhut.net/2021/03/10/bye-bye-uservoice/ If you read Daniel's excellent review of the stats I can see why - it's been completely ignored.
  16. Minty

    Shades of Grey Disappeared ?

    I seem to be stuck on Shades of Blue - or possibly "Shades of Blue with Green bits"? Wot's happened?
  17. Minty

    SharePoint storage for FE database problem

    Hi All, and forgive my ignorance on all things SharePoint! We have a client who would like to store the current version of the Access FE file on share point as a central point for distribution to the end-users. This sounds really cool as we have access to this and can simply upload test...
  18. Minty

    Strange Un-editable Record with SQL Azure BE

    Hi All, I have a strange problem that I sort of know the answer to but wondered if anyone had a sensible workaround; Azure SQL back end. Simple client table with a number of fields including CreationDate. CreationDate has a SQL default value of Getdate() Once a record is created you cannot...
  19. Minty

    When switching to design view All other open forms CLOSE?

    I've never seen this behaviour before. I have a set of hierarchal forms that are opened in a chain, as you dig into the data. Forms are overlapping design not tabbed. frmMainClient¬frmClientChildData¬frmSubChildDataDetails So from the client form, you select a child item from a list and it...
  20. Minty

    Tab Control and Events - Total confusion

    Hi All, I've been battling with a conundrum for a while on and off, and am going to admit defeat, at least for now. I have a Main form that has two subforms on it. Form one on the left side is a list based continuous form, that drives the data available on SubForm 2. All very straight forward...
Top Bottom