Search results

  1. W

    Adjusting code for preventing "Jumping view" after requery

    Hi:) I have code to prevent "jumping view" after requiring form, so that whenever I requery data, cursor, view and scrollbar stay in the same place. It works perfectly fine. Form: Continuous form with header. Code: Dim lngSelTopCurrentRecord As Long Dim lngRowsFromTop As Long Dim...
  2. W

    Filter for ADO Recordset bound to subform

    Hi:) I have one main form(place where I filter content in subform by comboboxes) and one subform(datasheet where data are being filtered). I have to work on data what come from sql server. I don't wont to use standard query based on linked tables as subform's Record Source, because it doesn't...
Top Bottom