H
Reaction score
0

Profile posts Latest activity Postings About

  • How to change the data source (RecordSource) Combo Box...?

    I try to do this:

    If Me.[Combo1] = "All books" Then
    Forms![Form1]!Combo3.RecordSource = "Query1"
    Else
    Forms![Form1]!Combo3.RecordSource = "Query2"
    End If

    But it won't work… :(
  • Loading…
  • Loading…
  • Loading…
Top Bottom