Search results

  1. jdraw

    Solved How to update a currentstock control in the subform after a requery from the parent form

    I agree George. I interpreted Nector's comment that a helpful video tutorial will be made. Let's hope to youtube for all to see.
  2. jdraw

    Solved How to update a currentstock control in the subform after a requery from the parent form

    Nector, See this article by Allen Browne re Inventory.
  3. jdraw

    Export blob OLE Object Field Item instead of Attachment Field

    I used the following code to review headers in some image files. ' ---------------------------------------------------------------- ' Procedure Name: DetectImageFileType ' Purpose: Determine Image File Type based on the file header data from a ' blob/ole field in a table or file on...
  4. jdraw

    Export blob OLE Object Field Item instead of Attachment Field

    arnel, I am checking file header, but have found some issues (heic and ico) I'll check Daniel's article. Thanks
  5. jdraw

    Export blob OLE Object Field Item instead of Attachment Field

    UWD, Do you know what format your blob was in when you loaded it in your database? I did my testing with jpg. I had to work with the Put statement to get the the extracted jpg to render properly. My earlier code resulted in error when trying to display the extracted jpg. This latest code works...
  6. jdraw

    Export blob OLE Object Field Item instead of Attachment Field

    The code below should help in adjusting your procedure to extract OLE/Blob field/data and place it in a jpg file on the file system with a name based on your table. This does extract the blobField data in my tblBlobTest to a jpg file on the file system. Sample execution call with...
  7. jdraw

    Solved Dmax not working

    dullster, It seems that, although we are16 posts in, readers are not sure of what you are really working with. You have been given the necessary syntax, a link to examples and related comments. We are not clear with your use and meaning of "RecordNum". Can you describe your intent and/or show us...
  8. jdraw

    Should I Learn MS Access in the AI Era?

    Future clock may already be designed. Nuclear Clock
  9. jdraw

    Hi, Introducing myself

    Hi Dullster, welcome to AWF!
  10. jdraw

    Can you out perform ChatGTP?

    I see it's genealogy rather than association/clubs/membership. So here is another Richard Rost link.
  11. jdraw

    Solved How to create new record from filtered record

    I agree. It's too bad the OP didn't/hasn't described the business logic or provided examples of before and after. I'm not an accountant, but I don't follow how you could have Invoices and CreditNotes in same table without some means of identifying what is what. Your solution handles it. I could...
  12. jdraw

    Solved How to create new record from filtered record

    MajP, Seems reasonable. This would identify the Rollback/CreditNote which the OP has not explained.
  13. jdraw

    Can you out perform ChatGTP?

    Redstick, Richard Rost (Access Learning Zone on Youtube) has a series of videos on Association/Organization/ etc that starts here. It may be a little overkill for your needs, but Richard is a good teacher and watching the videos may help you with context and approach.
  14. jdraw

    Hello everybody, complete novice looking for help.

    Welcome to AWF, Redstick!
  15. jdraw

    Solved How to create new record from filtered record

    I attempted to do what you've asked, but do not understand your business logic. Hopefully, someone else will understand your request and offer a solution. I added a button and used Allen Browne's code to copy as mentioned in #12 by theDBGuy. I changed your Data Entry from Yes to No so I could...
  16. jdraw

    Solved How to create new record from filtered record

    Please describe-in simple terms- what you are trying to achieve. If a CreditNote is different than an Invoice, how do you distinguish the 2? Should it be a separate table or , if in the same table, don't you need some discriminator? Perhaps you could describe the business process in simple...
  17. jdraw

    Hi from the Netherlands

    Hi Marlon Visser, welcome aboard AWF!
  18. jdraw

    Hello Forum

    Welcome aboard AWF!
  19. jdraw

    want to come to an online user group meeting?

    Crystal, Congrats on getting your MVP again. (Just saw the info in the AUG JSON [Maria,Neil,theDbGuy] video in #168). Jeez for a second I thought Musk was retracting MVP statuses randomly.
  20. jdraw

    Hello from Germany

    Hi Frank. Welcome aboard AWF!
Back
Top Bottom