Search results

  1. jdraw

    error while form opens

    Have you tried CoPilot or Chatgpt? Just suggesting that some "definition type" questions might be answered quickly via Google/Chatgpt. Question: (to CoPilot) In MS Access what is the corresponding RunCommand equivalent for DoCmd.DoMenuItem...
  2. jdraw

    Hello from the U.K.

    Welcome to AWF!
  3. jdraw

    Looking for Faster way to update Table - boolean field

    Milhouse4118, You may want to review this article and code by Crystal(strive4peace). The purpose of the utility is Loop through all your Access databases in or under a path and copy what's in the system object table (MSysObjects) for each to the documentation database; and get file...
  4. jdraw

    Modifications Table

    See this link for an example using data macros for audit logging.
  5. jdraw

    Strange behaviour with form

    MisterB, Did you save any changes you made to the form's design?
  6. jdraw

    What is a Framework and why would Access developers use one? with John Colby

    Hi George, I did not see the presentation but am interested in most things John does. I'll be watching for the edited YT. Jack
  7. jdraw

    Solved Auto Index

    My thought was this: -manually create the table you need -supply each field and type -identify the proper field as the PK -now the table exists -next run your query to append records to the new table. OR programmatically vba code along this set up to create your table and autonumber Primary...
  8. jdraw

    Solved Auto Index

    SpaceCowboy, Can you define the table with the fields and PK you need and then append records to that table separately?
  9. jdraw

    When a bound form is opened, I need to change, via vba, the autonumber/primary key field from "(New)" to an actual new autonumber

    As has been said, the autonumber field will be valued when the record is saved. It will be lost if the edit( record) is cancelled or deleted. It appears you have a concept of how Access is doing, or should be doing, something, and your current concept is not correct. Autonumbers are unique to...
  10. jdraw

    Hello, World

    Hi Rheged85. Welcome aboard AWF!
  11. jdraw

    How to format date

    You may get some insight from this youtube video by Richard Rost.
  12. jdraw

    New DB advice

    You might try one of the existing M$oft templates Bug Tracking, or Call Tracker or Customer Service. They would give you most of the basics and you can adjust/modify to suit your needs. I agree with George's comments. There are links in my signature Database Planning and Design to many...
  13. jdraw

    Solved Automated search for Database Corruption Assistance

    Marshall, I thought you were also checking/confirming that each table had a PK defined. If you had a routine to do so, it might help in diagnosis. It would be quick running and read-only. (AFAIK) Quick and automated to show that a PK(s) had been dropped/compromised. If all tables have a PK by...
  14. jdraw

    Solved Automated search for Database Corruption Assistance

    GPG, Interesting observation/experience. Since Marshall has a procedure to check/confirm that Each Table has a PK, routine running of the procedure should identify if this condition( no PK on Table6) exists.
  15. jdraw

    Solved Automated search for Database Corruption Assistance

    Sounds like a plan--- keep us updated.
  16. jdraw

    New retired member from UK

    Hi Ian, welcome aboard AWF!
  17. jdraw

    Sort problem

    Show your revised code "that isn't working".
  18. jdraw

    Access Continuous Form too long for screen

    Amallon, Can you describe how to interpret the graphic to show "30 x chicken currys, 4 x Lasange..."? Perhaps you could tell us more about the current display---the who what, why, when sort of approach... as Pat has asked.
  19. jdraw

    Exporting Attachments from Access tables

    You may find some info at this older thread https://www.access-programmers.co.uk/forums/threads/export-attachments-to-folder-not-putting-attachments-in-folders.309573/
  20. jdraw

    Solved TransferSpreadsheet Issue - Periods In Field Names

    Kev, That wasn't my intent. If they use VLookup everywhere, then maybe they were limited to Excel. Perhaps you are introducing the use of Access --your method to do it -and that was never done before. So from a context perspective --this could be a new process, and you are discovering some...
Back
Top Bottom