Search results

  1. A

    lines

    Is there any chance that you can have a line apear after a certain amount of rows on a report?
  2. A

    MAIN MENU FORM

    I have created a form to act as my main menu. How do I use this so that as soon as I open my database it automatically goes to the main menu i created.
  3. A

    order of data

    The data that appears in a field on my report are morning, afternoon and night. However when they are displayed they are in the wrong order - is there any way that i can ensure they are displayed in the right order.
  4. A

    displaying values

    i have made my report and in a text box i want to write in the control source: surname where shift = morning i want to display a surname where the shift field is equal to "morning"
  5. A

    control source expression

    i am trying to display a field on a report as long as another field on that report matches a specific value. How can i do this. Any examples would be greatly appreciated.
  6. A

    staff rota

    I have created a query with three fields shift_table: staff_surname shift_date shift_period shift period is either morning, afternoon, night. I am trying to create a report that would display surnames under a shift period heading like morning with a date on the side. e.g: *MORNING*...
  7. A

    calculating transactions

    I have a transactions table: fldCustomerID fldTransactionDte fldDebitAmount fldCreditAmount fldTransDetails I created a query with the custId,date, credits,debits. From that I created a report with a text box with =[CreditAmount]-[DebitAmount]as the control source set running sum over all...
Top Bottom