Search results

  1. GPGeorge

    Cannot update Sharepoint list

    I have used Chatty. I like Chatty. Chatty is not never wrong. But wrong less often than I am, probably. What Chatty has that I don't have is a great memory for things that happened 5 years ago.
  2. GPGeorge

    2 queries in one form

    The Northwind Developer template in Access handles inventory on a binary basis, which is similar to what you describe. You either ship 100% of the items on an order, or none. While this is probably not the predominant approach, it is valid. You can download the Northwind Developer template...
  3. GPGeorge

    Cannot update Sharepoint list

    Sorry, I was wrong. It is shown in the PowerApps environment as "ID", even when it's display name is changed.
  4. GPGeorge

    Cannot update Sharepoint list

    I have to disagree on the renaming. I think you really did rename that field. I think the "internal" name is probably something else. However, I don't know that for sure. I can check, but it'll take a while to ferret out an example to test.
  5. GPGeorge

    Cannot update Sharepoint list

    I would very much like to see the results as well. Thanks.
  6. GPGeorge

    long text scrollbar issues

    Perhaps screenshots showing the problem would be helpful. Thank you.
  7. GPGeorge

    Cannot update Sharepoint list

    Damned if you do, damned if you don't. :rolleyes:
  8. GPGeorge

    Cannot update Sharepoint list

    I think the whole Lookup field thing with value, or descriptive, fields being displayed rather than the actual Foreign Key value, makes for potential confusion. I wish SP lists had a better option. In PowerApps, there is some additional difficulty using Lookup fields, as you note, because of...
  9. GPGeorge

    SSMA Bug with Date/Time Extended fields

    Thanks for adding to the SSMA GitHub for this issue. https://github.com/microsoft/SSMA/issues/20
  10. GPGeorge

    Cannot update Sharepoint list

    While it's certainly true that you can enforce RI in a PA interface or an Access interface or in PowerBI, I think it makes more sense to employ the table level mechanism that positively does so-- i.e. Lookups between lists. I don't see it as a matter of entering or displaying data directly in...
  11. GPGeorge

    Query to show records EXCEPT those with matching fields

    This is what has been called a "frustrated outer join", a term I find amusing and apt. Change the join to a Left Outer Join, showing all records from tblConcernFormSubmissions and only matching records from tblPlaceConcALL. Add as a criteria: tblPlaceConcALL.ConcernID Is Null That will return...
  12. GPGeorge

    Cannot update Sharepoint list

    Perhaps the problem is the reference to lookup fields in different contexts. In the Junction table called Issue_WorkArea, you have two foreign key fields: lkpWorkAreaID and lkpIssueID. Both lkpWorkAreaID and lkpIssueID need to be Lookup Fields in the SharePoint list/table. That is the way to...
  13. GPGeorge

    Cannot update Sharepoint list

    I agree, yes. Once the tables are migrated, building the Access interface is largely the same except for the meta data fields added in SharePoint which you don't need to include in Access forms, etc. I just ignore them.
  14. GPGeorge

    Cannot update Sharepoint list

    That would appear to be correct, yes. The Lookups in SharePoint should include only the respective Primary Key fields, with no additional value fields being needed. "I'm thinking of migrating from the lookup field to lists using sql and vba. Thoughts?" I'm not sure what this would entail. If...
  15. GPGeorge

    Solved ACCDE for assets records.,

    The most basic question of all is this: "Given the design requirements specified for this database application, does it meet all of those requirements satisfactorily." Since we can't see those requirements and can't see the database application itself, it's impossible to evaluate it...
  16. GPGeorge

    Leveraging ChatGPT for Incremental Development in Microsoft Access with John W Colby

    Wondering if AI fits your Access development work? Get some insights from John W. Colby, who shared his successes (and a few frustrations). AP: Leveraging ChatGPT for Incremental Development in Microsoft Access
  17. GPGeorge

    VBA and ChatGPT

    I started a request early Saturday, the 9th. ChatGPT 5.0 promised to complete it but offered no timeline. After 2+ hours I asked for a progress report. It replied along the lines of "I'm working on it." Over the next two days, I got a variety of firm deadlines, (2-4 hours, 4:00pm, and others)...
  18. GPGeorge

    Cannot update Sharepoint list

    I agree, but the way I see it is that PowerApps and Power BI fit in where Access is not the strongest, i.e. remote data entry and data visualization. It's not three co-equal apps overlapping each other. It is finding the best fitting app for a specific kind of requirement and creating a hybrid...
  19. GPGeorge

    Cannot update Sharepoint list

    I didn't plan them in any specific order because it's not oriented around a build process. I guess just sequential from oldest to newest for the Northwind series would be a good approach. The older videos refer to a library application I created a few years ago. It does more or less track the...
  20. GPGeorge

    There's a system for Access similar to Gemini Code Assist for Visual Studio.

    My primary use has been for Stored Procedures in SQL Server.
Back
Top Bottom