Search results

  1. R

    Make a query run when a form is opened

    Please help. I am not new to Access, but I haven't done much with some parts of it. I have a table and ran a query on that table. I have a form that displays data from the query. How can I make the query run when the form is opened so the data is current. Data entry happens at the table...
  2. R

    The kindness of strangers - hide text box

    I did search to find the answer to this question, but each question was slightly different from mine. I want to hide a text box in a report if the value is 0. I don't know enough code to know what mistakes I am making. I tried this : Me.[MyTextBox].Visible=Not IsNull.true Please don't laugh...
  3. R

    OnDirty not responding as expected

    I have tried to display a message asking if you are sure you want to change data when you enter a field that already contains data. This is via a combo box. Even when the entry is new, the message comes up. I have tried using OnDirty, OnChange, and AfterUpdate, but I always get the message on...
Back
Top Bottom