Search results

  1. D

    Solved Run code AFTER Undo event

    The Form_Undo event runs before changes to the record are undone. I need code to run after. I found a neat trick here: Access 2007 form: event AFTER undo - Stack Overflow Unfortunately, the code doesn't work for me. The value of the afterUpdate variable is not sustained between the two...
  2. D

    Solved Click button on Enter WITHOUT USING DEFAULT BUTTONS

    Hi all. I've found many threads on this topic, but most of them are forcefully shut down by someone insisting that the OP give up and use default buttons. This is not the right option for me, so please don't suggest it. I have a search box (unbound text box) and, next to it, a search button...
  3. D

    Solved Part Supersession Fields: Limiting Choice to Existing PNs

    Hi all. In my current project, I have a parts table that, among other things, tracks part supersession/consolidation. Here is a dummy version focusing on these specific fields: I have both "new" and "current" part number fields so that I can keep track of supersession history: "new" is the...
  4. D

    Solved Help understanding code from SO, looping to first record with button

    I want my users to be able to cycle through images by clicking navigation buttons (but not Navigation Buttons lol). I found some code on Stack Overflow that works like a charm. So in a sense, my problem is already solved. But I want to actually learn this stuff rather than just lifting code off...
  5. D

    Solved Weird case of passing values from parent to subform

    Here is a dummy version of my situation: Any combination of first and last names is valid. I want to build a form for assigning tasks (and setting one as default) for each combination. It should look roughly like this: I can't seem to get this to work. If I have a "nameQ" query that just...
  6. D

    Add and save record in continuous form with buttons

    I'm trying to build a form that looks like this: This mimics some forms that I've seen in commercial database software. It is a continuous form embedded in a single form, the latter of which has no data source. I want the buttons on the side to be the only way to add or delete records from...
Top Bottom