Search results

  1. J

    Refresh after going to next record

    I've done it, and works fine. I've had to made changes in the comboboxes as they was filtered also by [Forms]![frmCopia]![IdEqL] and [Forms]![frmCopia]![IdEqV]. Thanks for your help, this thing has been making me crazy for a long time, and you solved it in a while.
  2. J

    Refresh after going to next record

    First of all, thanks for the interest. Ok, let's explain a little better. There's 1 Main form (frmCopia) and 2 SubForms ("subformulario qryAlineac1" and "Subformulario qryAlineac2"). They are both linked with the Main form by 2 parameters: "IdEqL" for "subformulario qryAlineac1" and "IdEqV" for...
  3. J

    Refresh after going to next record

    Hi. I'm getting mad triying to solve this "little" issue, altough I've been for a long time looking for a solution. The thing is that i've got a main form with 2 subforms, wich takes the values from a query and two comboboxes in the form. When I navigate trough the records of the main table (in...
  4. J

    Filter forms values with a combobox

    Hi Stef. Simply perfect...I've made a little tweak to filter by two combos, and still going perfect!!! Thanks a lot for your kind an quick reply.
  5. J

    Filter forms values with a combobox

    Hi!! and thanks for the reply I'd like to filter the frmPlantilla data by "idEq" column, so the combo fix the value of idEq to filter tblJugTemp by that value. Hope i had explain it correctly...
  6. J

    Filter forms values with a combobox

    I’ve got a combobox in a form and I would like to filter the records displayed on it by selecting one value on the combo. I’ve tried many ways: A macro with the “apply filter option” Vba code with recorset filter And nothing seems to work. Right now, the combo filters the records...
  7. J

    Forms and Subforms

    Hi everyone. I guess that's a newbie question, as that is exactly what I am. I'm using right now Access 2003. I've just discovered that I can put subforms in a form. I'm creating a soccer (football) database, as I want to introduce all games played by my team by a form. The database is right...
Back
Top Bottom