Search results

  1. theDBguy

    Interesting puzzler

    This seems to break it. :( I deleted a few records, and the dropdown went crazy... (showing totally unexpected AIN values)
  2. theDBguy

    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 dropdown shows 1368. I was also going to check what happens if the AINs weren't sequential.
  3. theDBguy

    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 the left or an item from the dropdown, you would then hit the Next button at the top (a few times)?
  4. theDBguy

    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 dropdown in red, right next to it, and the new dropdown seems to work fine (I think). Could you please verify? Thanks!
  5. theDBguy

    Interesting puzzler

    Okay, as @Gasman said, I removed the Load event, but I still don't see the problem in my attached updated file.
  6. theDBguy

    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 it out if leaving it in doesn't cause any problems? I'll check it again when I get back in front of a computer.
  7. theDBguy

    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 experience what you were saying about "rounding" and mismatches in the combobox. I did, however, add a single line of code for something else. Would you please take a...
  8. theDBguy

    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. Furthermore, I think you meant to construct Strings in your function since you're building a SQL statement.
  9. theDBguy

    Typing in a text box

    I think it's more like "drawing."
  10. theDBguy

    Identifying whether Shift is pressed during opening a Runtime

    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, what happens with them?
  11. theDBguy

    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.
  12. theDBguy

    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 post that and any code you're using to update it after clicking on your buttons? Thanks.
  13. theDBguy

    Solved RefreshLink Code Takes Forever to Complete in Runtime

    By it I mean you can delete the existing linked tables and then create them again using the new password.
  14. theDBguy

    Solved RefreshLink Code Takes Forever to Complete in Runtime

    I'm not sure why the code is hanging in runtime, but you might try recreating the linked tables instead of just refreshing them.
  15. theDBguy

    New Member

    Hi. Welcome to AWF!
  16. theDBguy

    Can't get a report to show in print mode

    You might want to annotate your images to help identify which part of the image you're referring to.
  17. theDBguy

    How do I save the layout of a subform after modifying it on the main form's on open event?

    Have you tried? DoCmd.Close acForm, Me.Name, acSaveNo
  18. theDBguy

    Identifying whether Shift is pressed during opening a Runtime

    @JohnPapa Pardon me, but the above two statements, taken from two separate posts (#12 & #14), seem to convey two different goals. In any case, I think you're having a hard time because you selected a trigger that means something special to Access itself, but you want it to mean something else...
  19. theDBguy

    Problem typing searh text field

    I don't think you mentioned it, but did you say what was the error with your code/procedure?
  20. theDBguy

    Getting a write conflict

    I didn't read the entire thread, so this question may have already been answered. How exactly is the popup form changing the data? Is it updating the table directly, or is it simply changing the value in the first form?
Back
Top Bottom