Search results

  1. S

    SQL produces no records as a form's RecordSource, but does as a standalone query.

    The RecordSource is a simple "SELECT field1, field2, field3 FROM table WHERE field1=value". I am not passing a WHERE clause in my DoCmd.OpenForm statement. The where clause is set programmatically in the Open even of the form (I make sure to Requery) with the value of the where clause being...
  2. S

    [2007] Execute code on Form Close when App Closes

    Hello, I've created a dummy form that remains hidden while my front end app is open. I am attempting to execute a function during the Close event of this form which, it is my understanding, should take place when a user closes the app. However, it doesn't seem to work that way in all cases...
Back
Top Bottom