Search results

  1. A

    disable autofill feature?

    Thanks. Disappointing, but unambiguous.
  2. A

    disable autofill feature?

    A2K: This is ridiculous, but I can’t figure out how to disable this feature. When data is entered directly into an Access 2000 table, if you enter numbers into two consecutive fields on a record, Access will guess the number in the next field and fill it in—then if that number violates a...
  3. A

    Close Form After User Input

    My solution I am passing the values from the code module to the dialog form as open args. Works! (Quick recap: I needed to pause execution of code in a free-standing module while opening and closing a form that has values written to it by the code in the module. The crucial piece was opening...
  4. A

    Close Form After User Input

    Anthony—I’m not sure I understand the question, but here’s the flow: There is a data entry form open. On that form’s Before Update event, audit trail code in a free-standing module runs –that’s the code with the “For each C in controls” loop. The data entry form should remain open while the...
  5. A

    Close Form After User Input

    Hey, this was my question, too! But I have a further problem: I want to open a form from code in a stand-alone module, run code that writes some values to the form, THEN have code execution wait while the user enters values on the form. This is an audit trail program that runs before form...
Back
Top Bottom