theDBguy's latest activity

  • theDBguy
    theDBguy replied to the thread Interesting puzzler.
    This seems to break it. :( I deleted a few records, and the dropdown went crazy... (showing totally unexpected AIN values)
  • theDBguy
    theDBguy replied to the thread Interesting puzzler.
    I just gave it a try, and it always gives me the record with AIN one more than the selected one. For example, if I select AIN=1367, the...
  • theDBguy
    theDBguy replied to the thread Interesting puzzler.
    Thanks for checking. Does that version of the code still work if after you get to a different record by selecting either the buttons on...
  • theDBguy
    theDBguy reacted to Gasman's post in the thread Interesting puzzler with Like Like.
    Yes, that works as it should. I used Me.NavMenu = Me.NavMenu.ItemData(AIN) in place of Me.NavMenu = [AIN]
  • theDBguy
    theDBguy replied to the thread Interesting puzzler.
    Okay, thanks. I see it now. The only thing I could come up with is that control is probably corrupted. As a quick test, I added my own...
  • theDBguy
    theDBguy reacted to Gasman's post in the thread Interesting puzzler with Like Like.
    I cannot upload a video, too big. Please follow my steps in post #30 It happens on the DB you uploaded.
  • theDBguy
    theDBguy replied to the thread Interesting puzzler.
    Okay, as @Gasman said, I removed the Load event, but I still don't see the problem in my attached updated file.
  • theDBguy
    theDBguy reacted to Gasman's post in the thread Interesting puzzler with Like Like.
    The code gets around the issue. Comment out the Form_Load event. See post #12
  • theDBguy
    theDBguy replied to the thread Interesting puzzler.
    I'm on my phone right now, but I didn't know I had to comment out a code to reproduce the problem. Which code was that and why comment...
  • theDBguy
    theDBguy replied to the thread Interesting puzzler.
    I was finally able to download your file to take a look. Unfortunately, I may have misunderstood the problem as I don't seem to...
  • theDBguy
    theDBguy replied to the thread limit date formula as variable.
    For starters, your function is not returning any value nor is it modifying the argument referenced by the calling procedure...
  • theDBguy
    theDBguy replied to the thread Typing in a text box.
    I think it's more like "drawing."
  • theDBguy
    Just curious, would it be possible as the C&R is happening, another user might attempt to open their own copy of the first accde? If so...
  • theDBguy
    theDBguy replied to the thread Typing in a text box.
    There may be a way to do what you want but probably not with a textbox; maybe with an ink object.
  • theDBguy
    theDBguy replied to the thread Interesting puzzler.
    Hi. Welcome to AWF! In all your posts, and I admit I skipped reading some parts, I didn't see the rowsource of your combobox. Can you...
Back
Top Bottom