Search results

  1. W

    mulitiple copies of report based on field in query

    what I want is the number of copies to come from a field from the query or form. I have now the code set up to print 2 copies NumCopies=2 but I want this to depend on the number entered in a field
  2. W

    mulitiple copies of report based on field in query

    I have made a query to print a report. The report is actually a label that should print for each parcel in a shipment. In the query there is a field for the number of parcels and based on that number a number of copies of the report should print. For example: 4 parcels means 4 copies of the...
  3. W

    blinking cursor in first field on form

    I have set the first field as tab 0 and have just changed the keyboard settings, but this didn't do the trick :-(
  4. W

    blinking cursor in first field on form

    I have a form which is linked to a table and where users enter details on outgoing shipments. When opening the form I have to click in the first field to start entering data. Same happens when I moved to the next record. is it not possible to have the cursor blinking in the field when you open...
  5. W

    Subform from query not updating

    I have a form in which I have a date field. In this form there is a subform linked to a query. The query should show the number of shipments which have the date in the form as shipment date. One way or the other the query works, but the subform does not show anything when I open the form and...
  6. W

    e-mailing multiple reports to multiple recipients based on 1 query

    I have made a little database that is used to enter details shipments and where users can print labels for the different shipments showing country, zip code and city of destination. All information is stored in a table for analysis via several reports. We have two forwarders that we use for our...
Back
Top Bottom