Search results

  1. GPGeorge

    Update a column in table

    I don't think you can count on universal uniqueness among place names, even within a region. It's probably more or less true in general, but building a solution around that assumption is subject to clashes with reality. Like most database design decisions, I'd come down on the side of requiring...
  2. GPGeorge

    Update a column in table

    There is a small town in western Wyoming/eastern Idaho which is in two counties and two states. Main Street is right on the state line. Going north in Wyoming you pass cars going south in Idaho, assuming someone else actually happens to be out dragging main at the same time. The name of the town...
  3. GPGeorge

    control allow bypass key on another database

    This one goes back decades, but I had occasion to use it recently and it still worked.
  4. GPGeorge

    How do we historicize some rows in data tables?

    In your original post: "How do we historicize all documents dated before 2025 in the DOCUMENTS table and then physically move them to another database," One or the other is true. Either you do want to "physically move them" or you don't.
  5. GPGeorge

    Help needed with a unique number ?

    Over the years, a number of discussions here have included methods of implementing unique, sequential numbering. https://www.access-programmers.co.uk/forums/search/6036910/?q=unique+sequential+number&t=post&o=relevance
  6. GPGeorge

    How do we historicize some rows in data tables?

    An append query, followed by a delete query, both with appropriate parameters, would do the job. You can retain access to the archived data by linking it to the production database. I am not sure, though, what you mean by "historicize" them. How is that different from moving them to the...
  7. GPGeorge

    Continuous form with columns

    100 fields? Let's step aside from the discussion of layout and ask what kind of process involves up 100 separate fields? If that represents fields in a single table, it throws a red flag up. If it represents fields from different tables, it throws a different red flag. If it represents fields...
  8. GPGeorge

    A Quick Question (...but are they ever 'quick'?) - Can we get to the Default Form via VBA in Access?

    Probably, but in the real world "Startup"<>"Default". Sorry, but ambiguity always sets my teeth on edge. Maybe today is just the right day to let it out.
  9. GPGeorge

    Trying to do something really similar to an old post, but can't make it work

    How about a supporting screenshot showing us the tables involved and the fields involved.
  10. GPGeorge

    Sad news - Jack (@jdraw) has passed

    RIP Jack. A true Gentleman and wise friend.
  11. GPGeorge

    Solved Displaying related records on a form (in a subform?)

    GP George: That link doesn't work for me - HTTP 404.0 not found. Wow. I don't know how that folder got deleted. Thanks for the heads up. I'm rebuilding it now, but it will take a few minutes
  12. GPGeorge

    Solved Entra ID Or Azure To Manage Logged In Users/ Licensing

    I give up. Best of luck in the venture.
  13. GPGeorge

    Solved Displaying related records on a form (in a subform?)

    I have a sample database which illustrates the concept Duane described. https://www.gpcdata.com/Downloads/MainFormFilterSubform.ZIP
  14. GPGeorge

    Solved Entra ID Or Azure To Manage Logged In Users/ Licensing

    As I've stated ad naseum. SSMS -- SQL Server MANAGEMENT Studio -- is used by developers and DBAs to Create, alter and delete databases in SQL Server instances or in SQL Azure Create, alter and delete tables in databases in SQL Server Create, alter and delete views in databases in SQL Server...
  15. GPGeorge

    Solved Entra ID Or Azure To Manage Logged In Users/ Licensing

    Much clearer and more precise than my long-winded offerings. Thank you.
  16. GPGeorge

    Solved Entra ID Or Azure To Manage Logged In Users/ Licensing

    No, I do not envision someone who purchases a license to use an Access/SQL Azure database application needing to be a DBA to use it. That is precisely the point of purchasing a licensed product from you. They do not need, or want, to be a DBA and trouble-shooter. They are paying you for that as...
  17. GPGeorge

    Solved Entra ID Or Azure To Manage Logged In Users/ Licensing

    SSMS is required ONLY for YOU, the developer, who creates and manages the databases, and for any DBAs maintaining the SQL Server database on behalf of the user. SSMS is NOT required by users who will license your Access application for their use. In fact, you should hope that your end users do...
Back
Top Bottom