Search results

  1. theDBguy

    Error Installing SSMA

    That's unfortunate. But to determine the actual cause of the problem, the first part of my question was to verify if SSMA works with regular (not converted) ACCDB files first. Otherwise, I don't think we can be certain if the problem is your MDB file or your install of SSMA. Luckily, even if you...
  2. theDBguy

    Error Installing SSMA

    Just a guess but does the wizard work with ACCDBs? If so, maybe try converting the MDB to ACCDB first.
  3. theDBguy

    Vintage Member Reappears

    Welcome back!
  4. theDBguy

    Hi everyone - My name is Christian

    Hi. Welcome to AWF!
  5. theDBguy

    Solved Starting Appended Data at 1

    Please let us know how it goes. Good luck!
  6. theDBguy

    Solved Starting Appended Data at 1

    No, I meant one of the four (4) queries you said you would have to constantly update if the ID didn't start with 1.
  7. theDBguy

    Solved Starting Appended Data at 1

    If you don't mind, can you show us the SQL statement for one of those queries that has the ID field value that needs to stay at 1? Thanks!
  8. theDBguy

    Solved Starting Appended Data at 1

    Depending on what you're actually doing, I think the main idea is: if the C&R doesn't require you to reestablish table relationships, then wouldn't it be a simpler approach than the reset query? In other words, compare the following two approaches: Reset Query Steps Delete Table Relationship...
  9. theDBguy

    Interesting puzzler

    Hi. Did you try the last file I posted? If so, you'll see I didn't use that code. And as I also said in my last post, I don't think that code approach may not always work in some cases. For example, I deleted some records, and the code didn't work as expected anymore.
  10. theDBguy

    Solved Starting Appended Data at 1

    As @MajP was trying to say, the Autonumber field should restart at 1 if you empty the table and do a C&R before appending the new records.
  11. theDBguy

    Interesting puzzler

    This seems to break it. :( I deleted a few records, and the dropdown went crazy... (showing totally unexpected AIN values)
  12. 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.
  13. 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)?
  14. 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!
  15. 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.
  16. 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.
  17. 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...
  18. 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.
  19. theDBguy

    Typing in a text box

    I think it's more like "drawing."
  20. 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?
Back
Top Bottom