Search results

  1. E

    GotFocus() Requery question

    I created a landing form with `="Date: " & Date()` field that I would like to update automatically. After doing some reading, I found suggestions of using GotFocus() event and Me. Requery to update the form but it doesn't seem to be working for me. What am I missing? Here's the date I'm...
  2. E

    on doubleclick, change focus

    I have a form with a text box that displays query numbers. I have it set to open the query on double click and that works. I just want to change the focus after the double click event so that the text box is not selected, maybe shift focus on the main form? This is after the double click event.
  3. E

    Thinking out loud, creating a 'modular' report

    My first Access db project is a personnel db that includes the usual demographic info, rate, tax, license (expiration, etc, if any), notes and other bits of info. My first report I created had all this info in it and it worked out just fine. Then I needed another slimmed down report that does...
  4. E

    Solved Trying to figure out how to start new column in a report after a given amount of records

    I have a query that generates records from 100 to 140. I'd like to distribute the printout into 3 columns. I got as far as getting my result count into a variable but am not sure how to start the new column when my desired number of records for the first column is reached. I'm more comfortable...
Top Bottom