Recent content by dulija

  1. D

    Advance search form, run-time error 3008

    Ok I somewhere,on this forum, read that if you don't know what wrong with your database just copy to new database. I may say, that note solved my problem, I don't know how, but hope find soon!;)
  2. D

    Advance search form, run-time error 3008

    In my classical search form (primary form) users put some name and get information refers to that name from table where that name is primary key. I made ‘advance search’ form(secondary form) which can open from the primary form. Secondary form also pull up information from the same table, but...
  3. D

    report and form record selectors

    I try and it works THANKS
  4. D

    report and form record selectors

    In short, I have a form base on query and on that form have command button. When I push button I get report generate from mentioned query. I want report show just data which record selector point on (it would be just one record).I have read about filtering data, but find nothing about create...
  5. D

    generate report from twoquery???

    And again THANK YOU VERY MUCH
  6. D

    generate report from twoquery???

    Now I have other problem, can't get value in report for second time field. I hope someone would help. (pls see attached sample) thanks in advance
  7. D

    generate report from twoquery???

    I try to make report based on UNION query, everything seems ok accept , report doesn’t have two column for time field( first for time arrival( TIMEARR) and second for time departure (TIMEDEP)) just one. How can I fix that? thanks
  8. D

    generate report from twoquery???

    I have a problem with report, don’t know how to generate one report from two similar query (queryARRIVALS and queryDEPARTURES). That two queries show data from tables (tableARRIVALS and tableDEPARTURES) just for current date. queryARRIVALS has next fields...
  9. D

    unbond text connect with two tables

    Hi, I hope someone will help me with this: my form has two toggle button and one unbound text box, I want to connect that unbound text box with some table field when first toggle button is activated. When I activate second toggle button the same unbound text box now...
Back
Top Bottom