Search results

  1. C

    reference a subform form in public module

    ok so I have a unbound main form w/a bound subform to a query. The main form has some combo boxes and a button which will change the where clause in the SQL statement of the subform. I have three forms that I want to use this in. In the module I'm trying to use this code refer back to subform...
  2. C

    Solved combo box column value.

    hello all hopefully a simple question here. I have a combo box with 3 columns in it. how would I the get columns (1) value using this code. month = frm.Controls(strMonth)
  3. C

    Solved Hiding buttons when the update query runs

    ok I have Form with buttons I'd like to hide after an update query runs. I want to use the same code on another form; I do not want to repeat the code; I know that I can use the code in Public function and call the function when the command button is clicked. My problem is that the forms have...
  4. C

    Hello all

    I've have play with Access for a few years now and really never had much success. I recently watch a youtube vid about SQL statements and how they can make your db's that much better. I've started learning about that, but have lots of questions on things i'd like to do.
Top Bottom