Recent content by Huron

  1. H

    Pictures in continuous form

    Yes...We do...We using A2003.
  2. H

    Pictures in continuous form

    Thank you very much for answering and helping… :) Sorry, but the Picture field in the table must contain data of type Long Binary Data instead of bmp…I'll try to think… :)
  3. H

    Pictures in continuous form

  4. H

    Pictures in continuous form

    There is a question about the continuous form. There are three pictures in the table. But the form only shows one picture...As shown in Picture-1... It is necessary to be as in Picture-2...Access 2003.
  5. H

    How to change the data source (RecordSource) Combo Box...? I try to do this: If Me.[Combo1] =...

    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… :(
  6. H

    Hello everybody

    I'm a new member of your forum...:)
  7. H

    ComboBox problem

    When I open the main form, then in both subforms I get such numbers - 28/28. Picture-1 When I select "Access" in the Combobox, in both subforms I get such numbers - 7/7. Picture-2 But when after that I choose the value of "All books" in the Combobox again, I get such numbers – 28 In the first...
Back
Top Bottom