Search results

  1. R

    Reset Page No. and No. Of Pages on Report

    I have come across the following piece of code that I was hoping would reset the page number and number of pages (displayed in the Page Footer unbound control named ctlGrpPages) on the change of group (txtOrgName) within my report. My report has 4 Organisations (txtOrgName), producing 8 pages...
  2. R

    Eliminate Address Lines

    I have a report that I have created for invoicing my Customers. How does one go about tidying up the display of the address on the report should some customers use less address fields? For example [tbxCustomerName] contains Name [tbxAddressLine1] contains Street/Road [tbxAddressLine2] (Town)...
  3. R

    DLookup with Time arguments

    I have created a table (tblRefWeekSchedule) that corresponds to a Weekly Class Schedule. It contains the fields Weekday(intWeekday) Start Time (dteStartTime), End Time (dteEndTime), Venue and Class. The table was populated from an Excel spreadsheet and I note that when exporting the table it...
Back
Top Bottom