Search results

  1. jdraw

    Hello y'all

    Welcome aboard AWF!
  2. jdraw

    Solved Urgently needed a third party QR code generator seller for MS Access Invoices

    Nector, Since this is a forum intent on sharing and community, how about sharing your solution that is working so that others may benefit?
  3. 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...
  4. jdraw

    Hello from the U.K.

    Welcome to AWF!
  5. 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...
  6. jdraw

    Modifications Table

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

    Strange behaviour with form

    MisterB, Did you save any changes you made to the form's design?
  8. 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
  9. 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...
  10. 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?
  11. 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...
  12. jdraw

    Hello, World

    Hi Rheged85. Welcome aboard AWF!
  13. jdraw

    How to format date

    You may get some insight from this youtube video by Richard Rost.
  14. 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...
  15. 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...
  16. 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.
  17. jdraw

    Solved Automated search for Database Corruption Assistance

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

    New retired member from UK

    Hi Ian, welcome aboard AWF!
  19. jdraw

    Sort problem

    Show your revised code "that isn't working".
  20. 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.
Back
Top Bottom