Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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