Search results

  1. X

    Query error message

    Hi I create a program and put it on multiple computer. When someone try to use some query (mostly INSERT query) it write the message This operation require a query that can be updated Or something like that (actually it,s a traduction from french). I really don'T know what this error his...
  2. X

    On the fly researh for report

    Hi I'm trying to create a form that, with a on the fly query will show on the report the result of a research the user will have done. On my report I have a report and a subreport. For the moment I,m doing my query like that : ... Else Select Case Me.opt1.Value...
  3. X

    Refering between Reports

    Hi I have this A report name Etat2 and a report named Etat3 Etat3 is a subreport in Etat2. Both reports have their own query and what I'm trying to do is that one of the condition in the query of Etat3 is related to a control (a textbox) in Etat2. I've tried referring like I do with...
  4. X

    Reports creation problem

    Hi I'm trying to create a reports that would when finished show sometihng like that 04-000000-01 Some information 15-000001-01 Some information 15-000001-02 Some information 15-000001-03 Some information 04-000000-02 Some information...
Back
Top Bottom