Search results

  1. A

    TutputTo limitation

    I'm having poblems with exporting a tabe to excel format. Whn I try to use OutputTo Command I get error message saying "There are too many rows to output, based on the limitation specified by the output format or by Microsoft Access". Is there any way to avoid that limitation or to change it...
  2. A

    bind a text box to a different query

    is it possible to bind a text box in a report to a different query or a table, I mean not to report's record source?
  3. A

    delete table confirmation

    is there any way to get rid of deletion confirmation when you run a make-table query. though I unchecked all boxes under Confirm on Edit/Find tab, still popping up. thanks in advance
  4. A

    get rid of empty fields

    I have a query that appends records to a table with a constant numer of fields. so sometimes I have fields with no data. is there any way to create query which selects only fields with data. thanks in advance
  5. A

    combine two records into one

    I have two records: ------------------------------------ field1 | field2 | field 3 | field4 | --------------------------------- A | 1.1 | 1 | | --------------------------------- A | 1.1 | | 2 | --------------------------------- Is there any...
Back
Top Bottom