Search results

  1. theDBguy

    Run-time Error 91 variable not set (class Modules)

    Which line is giving you the error?
  2. theDBguy

    the newbie guy

    Hi. Welcome to AWF! You might consider starting a new thread in a more appropriate forum.
  3. theDBguy

    New member!

    Hi. Welcome to AWF!
  4. theDBguy

    Solved Functionality differences between .accdb and .accde

    One thing you could try is add error handlers to your code, if you don't have any. ACCDEs usually just quits silently during an error, if you don't have a handler to let you know it happened. So, you may be missing something when the ACCDE version doesn't work.
  5. theDBguy

    number lock keeps going off

    Ah okay, like I said earlier, my quick test didn't add any new items to the list, but the dropdown didn't show up, so there's no need to use Esc.
  6. theDBguy

    number lock keeps going off

    Well, when I said I did a quick test earlier, I didn't actually add to the list and found out that the dropdown doesn't show by using acDataErrAdded (without actually adding data). I didn't understand your requirement, so I made the demo that way, but you should be able to adapt it. If you want...
  7. theDBguy

    number lock keeps going off

    Easier to show you. Try the attached.
  8. theDBguy

    Recordset.Requery still showing deleted record

    You did say "modal," but I don't see you using the acDialog argument in your code. Perhaps you can review the following info: https://thedbguy.blogspot.com/2016/02/pop-up-modal-or-dialog-forms.html
  9. theDBguy

    number lock keeps going off

    Hi. I did a quick test, and it seems to me that acDataErrContinue will open the dropdown and acDataErrAdded will keep it closed. Just a thought...
  10. theDBguy

    File Attachement Field

    Glad to hear you got it sorted out. Good luck with your project.
  11. theDBguy

    File Attachement Field

    You could probably use a subform for it or use something like this. https://thedbguy.blogspot.com/2021/08/simplecsv-v20.html?m=1 Sent from phone...
  12. theDBguy

    File Attachement Field

    Don't you get a list by simply double clicking on the attachment field? Sent from phone...
  13. theDBguy

    New member introduction for Peter

    Hi. Welcome to AWF!
  14. theDBguy

    Crosstab query that uses Form field as criteria

    Try adding a PARAMETERS declaration on top of your SQL statement. Sent from phone...
  15. theDBguy

    Hello! Mike from Long Island, NY USA

    Hi. Welcome to AWF!
  16. theDBguy

    Open report without printing

    To view a report and not print, I think you could use either acViewPreview or acPreview.
  17. theDBguy

    Hello Access World

    Hi. Welcome to AWF!
  18. theDBguy

    Table - After Update question

    If you stick with data macros, I don't think there is a way to do what you're asking. In any case, even if there was a way to do that, I am not sure how it would apply to your situation. It looks like your macro checks if a field is updated and then logs the new value in the audit table. So, if...
  19. theDBguy

    Table Folder Column Folder

    Have you tried right-clicking on the column name?
  20. theDBguy

    Table Folder Column Folder

    Is that a screenshot from SSMS? Or Access?
Back
Top Bottom