Search results

  1. T

    Discrete Modular Design

    How do you feel about databases being broken down into separate frontend files for different real world department's? Also being able to load them from within the database? Obviously access to these separate frontends would be controlled by login privileges.
  2. T

    Updatable or Not

    That is the question that perplexes us. Well, maybe not us, but certainly me. I have two separate main forms with the identical subform. One of them is updateable the other is not. all the setting on both are the same. Any ideas? Thank All
  3. T

    Hyperlinks

    Here is a question I asked the Chat GPT. It did not have a solution, just a few possible causes. User Why does this hyperlink not work with this type of address? It works great with most hyperlinks but not this one. Non functional hyperlink, but works when pasted into browser. Call...
  4. T

    Domain Frustration

    I've never been able to get D Lookups, or D Counts, or pretty much any of those D Words. I never had the patience, so i just use queries. This DCount works in a click action in a button not as a control source in a textbox. Sorry for such a basic question. How do I make this work as the...
  5. T

    Outlook Attachments: It's been years since I made this work, now the years have exacted their toll.

    This is the error message. If you have a link to a place where i can relearn all of the outlook automation, including selecting which calendar to update and pretty much all of it. I will be thanking you all very much.
  6. T

    Save Website URLs to Table

    What is the best way to do something like this?
  7. T

    Conversations with LLMs

    I've had a few conversations with Chat GPT where I was talking it through writing a function or part of a query. Is anyone interested in sharing some of those conversations?
  8. T

    The User Interface

    I thought I would start a thread on art and ergonomics. I imagine a thread of this nature could generate broad discussions, I'm going to start it with one topic, Form Density. Do we start with a question, or a statement? How about a question. How do you determine the balance between too much...
  9. T

    Subforms not showing in Design View

    I had this problem years ago, all of a sudden it's back. Is it because have too many subforms?
  10. T

    The Future of Code Writing. Is there one?

    Large Language Models and The End of Programming - CS50 Tech Talk with Dr. Matt Welsh
  11. T

    Queries for Parent Child Relationship

    This is super basic, but worth asking. I've slowed down on development in the last years and rust has taken over the development portion of my brain. The following is a query that needs to return all of the Contact Records when the getContactTypeSearch() Function is set to "*". The problem is...
  12. T

    A Case for Ignoring Normalized Data

    Years ago, a friend of mine was building a SQL database in a time before most people had even heard of SQL. Early to mid 80s or so. He maintained that a list of companies (table) should include all companies you do business with and should include all organizations that are stake holders. This...
  13. T

    Basic Web Access to Small Data

    I'm hoping to start the 12 millionth conversation on SQL, the Web, and of course, MS Access. Here are the conditions, we have an Access Database that runs on SQL. We use if to management construction projects, it's pretty fully developed with a couple of hundred tables several thousand queries...
  14. T

    Databases on the Web

    Is anyone interested in having a planning session on how to set up a scalable project management system on the internet? I did something like this years ago on a design for movie making camera controls. We had a lot of fun and we all learned something. So, without any further ado. I have an...
  15. T

    Phone Link Win 11 Automation

    Is there some undocumented way to control the Phone Link in Win 11 from Ms Access? Or to create live SQL or even Excel data from the phone?
  16. T

    Highlight Record in Continuous Subform

    How do yo make a mouseover highlight a specific record in a Subform? Thanks
  17. T

    GPT and a Multi-Select List box.

    The GPT gave me this code to get a criteria from a Multi-Select List box. Me: "Write the code for a multiselect list box in Access VBA that will be the criteria for a query" GPT: "Here's an example code for creating a multiselect list box in Access VBA that will be used as a criteria for a...
  18. T

    Using Office Automation to access Windows 11 Android Phone Integration

    Did Microsoft make that possible? This could be a source for controlling vital business information.
  19. T

    Multiple Filtered Drop Downs Revisited

    I've been using Popup Dialog Boxes or unbound controls in the Form, with some insert code, for years to display Combo boxes filtered by other Combo Boxes. If you have better ways, how would that work?
  20. T

    Split Forms

    Does anyone use Split Forms, and if so, what is the, how, when ,what, or why?
Top Bottom