Search results

  1. H

    Importing data

    Hello !! That is a very interresting thing: I made a database with 20 tables. After I made it I send it to many (15) people to fill it in. The problem is now to synchronyze all this copies of the same database, but with different content inforamtion. Can somebody tell me how can I import all...
  2. H

    selecting more fields in one by a format

    Hello !! I have a address composed frrom more fields: Street, Town, Region and Zip Code. I want to made a guery that will made only one field with all the information. Another question with the same idea. I have 2 tables relied by the 3rd table to make a relation: infinite to infinite for the...
  3. H

    selecting fields from query

    in the next code i want to select from the query 'SPTrue' all the fields and apend it to the string criteria. executing this is an error that reports to that "an object value is required". i know that my problems is in the for condition but i don't know how to made it :( can somebody to help...
  4. H

    check boxes for each record in Continuous Forms

    Hello everybody i've got a question: is it possible to make a continous form where for each record to assign a checkbox for a record, not for all thanks
  5. H

    forms vs reports

    A new problem: I want to change the visibility of some fields in the report from the same form. I made some checkboxes in the form for selection of the fields that I to view in the report. By default the fields from the report are invisible. Here is the code that change the visibility, but it...
  6. H

    problems with docmd.openreport

    Hello everybody. I made next function that open a report with a condition that is made from a combo box in a form what is attached with a checkbox. If the checkbox is valid then for the criteria is attached a additional condition. The problem is the next: if there is more that one condition...
Back
Top Bottom