Search results

  1. W

    How To Copy Table Appending Date to Destination Table Name

    I am trying to copy a table, appending the date to the destination table name in VB code. However I get a Type Mismatch error. Here's the troublesome code: Dim MyDay, MyMonth, MyYear, MyDate, MyNewTable As String MyDay = Format(Date, "dd") MyMonth = Format(Date, "mm") MyYear =...
  2. W

    How to select individual records from different tables to populate report?

    I have what I think is a complex problem and no idea how to solve it as I am a novice in this area. Any help would be greatly appreciated as a have a deadline and time is running out. I require to be able to print out a carrier schedule report on a daily basis. This consists of up to 4...
  3. W

    Forms, reports and printing

    I require to be able to print out a carrier schedule which consists of up to 4 premises and a consignment numbers in a specific layout on the printed page. The premises are held in an address table and the consignment numbers are held in a consignment number table. There is no relationship...
Back
Top Bottom