Search results

  1. NauticalGent

    Evaluate a table's text fields and alter accordingly

    Good morning folks, I recently was given a db to look into. Aside from a few other issues, there are about 50 tables and ALL of the short text fields are sized at 255. I wrote a quick sub that looped through the TableDefs and determined the max length of the data in each field. I then...
  2. NauticalGent

    Video editing

    My wife is using PowerPoint to make tutorials for her place of employment. She is using a Jabra headset with a "boom" mic, and for the most part, the sound quality is adequate, but there are times where there is an annoying fluctuation in the sound level. Has anyone experienced this and if so...
  3. NauticalGent

    Coding Challenge

    Disclaimer, I had to use AI to generate the code I got work. But I thought it would make a good thread anyway. I have a 5 digit code that I use a lot in my line of work. It's called a Commercial And Government Entity (CAGE) code and the Master file on the DoD website holds over 3 million...
  4. NauticalGent

    Why "Me."?

    I was putzin' with ChatGPT and asked her (don't judge me!) what a word (COLSETVERSION) in a connection string meant. She replied with ease so I challenged her to another word in VBA we all use and asked her why MS settled on this word in particular: "Me." Her answer: That’s an excellent and...
  5. NauticalGent

    Using subqueries to establish a timeline.

    I can across an issue yesterday where to PM wanted to measure the amount a time a Purchase Request Order Number (PRON) spent in the Process Point (Proc Point) of its life span. After thinking on it and playing around, I remembered a similar issue I had and asked a question on this thread. Using...
  6. NauticalGent

    Happy Thanksgiving

    To those members who celebrate our holiday and to those who just want to take a second to appreciate the good in our lives, Happy Thanksgiving!
  7. NauticalGent

    Dual monitors, dual frustration

    Good morning everyone! My issue should be simple, most of my users and I have a dual monitor set up. I have a main form and one of the command buttons opens up a pop up form. Because the main window can be moved as well as the pop-up, I want to ensure that the pop-up opens on the same monitor...
  8. NauticalGent

    The way of the world...

    I have to get this off my chest for America. I get it, you hated him 8 years ago, 4 years ago, and you still hate him now. I've seen a lot of hate thrown his way, but this guy is a consistent winner and an overachiever. Call it jealously, call it envy, some people just can't handle how...
  9. NauticalGent

    My Facebook post on the election

    Well folks, the election is over, and I feel compelled to get something off my chest. BLUF: I voted for Trump, and I feel *sick* about it. Since 2008, I’ve consistently voted for third-party candidates. Those who know me understand why, and I’d ask that you hold off on remarks about “wasting”...
  10. NauticalGent

    A day in the life...

    Conversation while taking the girls to school The cast: Chloe aka Papoose (6yrs old), Megan aka Duckie (3 yrs old). And yours truly, 59 and getting older by the day. Papoose: "Pops, Duckie stuck her tongue out at me!" Me: "Oh did she?" Papoose: "Yes!" After a few moments of silence Papoose...
  11. NauticalGent

    Open up encrypted FE with Command Prompt or Script not working

    Good morning folks! Playing around this morning, I did a quick db with a password. I can open it from file explorer with no issues - a quick prompt for the password and I'm in. However, when I try to do it from the command prompt: "C:\Program Files\Microsoft Office\root\Office16\MSAccess.exe"...
  12. NauticalGent

    Modernizing The Microsoft Access Interface!

    Daniel Pinault is working on some new ideas. Worth checking out...
  13. NauticalGent

    Premature Declaration

    A topic most men tend to avoid...wait, wrong topic! Anyways, not a bad read. If you have about 20min to spare to read both articles, grab a cup of coffee and have a read... https://nolongerset.com/premature-declaration-redux/
  14. NauticalGent

    Exciting news from Daniel Pineault!

    https://www.devhut.net/new-sql-editor-released/
  15. NauticalGent

    Run Excel Trim Function from Access

    I tried to find this on AWF but was unable to find it, apologies if I am covering ground already covered. I learned yesterday that Trim in Excel works differently in Excel than Access: Trim in Excel removes all spaces but one from a given string: Trim("1234 567 89") returns "1234...
  16. NauticalGent

    Solved Scraping a table from Website

    I have been able to see table information from a site that requires a password. I can inspect the table and see the columns and the data...but no matter what I try, I cannot extract the data. Several methods I have found using Dr. Google have failed and about 4 hours of ChatGPT have gotten me a...
  17. NauticalGent

    Seeking a favor on behalf of my granddaughter

    Good morning AWF! This is from my granddaughter's school's FaceBook page: If you have some time to spare (and the means to pay the postage!), would you consider participating and earn our undying gratitude? Who can say no to this face?
  18. NauticalGent

    Solved External hard drive to ethernet switch

    Good morning all, My home network is wired; I use MOCA "bricks" to bring the service from my cable provider then connect my devices with an ethernet switch. I want to be able to make certain files available to all the devices that are wired in. Can an external HD be plugged into the switch and...
  19. NauticalGent

    Why I suck as an Access Developer...

    This is a quote from Danny Lesandrini in one of his Database Journal articles that resonated with me when I read it back in 2015. Ever since members of this forum showed me how to debug.print properly and step-through the code, I waste a crazy amount of time watching the process run - even when...
  20. NauticalGent

    What System or Hidden table(s) (if any) holds the properties for the current db?

    While trying to find a way to change the properties of my db (specifically the ShowDocumentTabs property) with PowerShell, I asked ChatGPT and here was the first response: That did not work and generated RT error '3061' - too few parameters. I relied this to CPT, here was the response: This...
Back
Top Bottom