Search results

  1. M

    subform problem...

    hi.. i have a problem with subform filter.. i have 2 tables: called 'comp' with companies info, and subform 'news' with news about this company. company has ID as a primary key, and some others. news has ID_NEWS as PK and ID_COMP as foraign key from company, DATE of news and others. then i...
  2. M

    strange ghost query on form load

    hello.. i have a strange problem.. i posted it here because its more general than a querry question. i created a button, that would sort a form: Private Sub sortZa_Click() Me.OrderByOn = True Me.OrderBy = "[updated] DESC" Me.Requery End Sub the problem i have is that sorting was...
  3. M

    list box driving filter..

    Hello.. I'm trying to do this for 3 days and nothing.. this is what i have: 2 tables: Company and Region 1 form: mainForm a multi selection list box (Regions in it) a button: filterBut i would like to select fiew regions and by pressing a button (filterBut) filter all companys in selected...
Back
Top Bottom