Search results

  1. T

    Automating Multiple reports via a ComboBox filter

    Hi, I've built a database which produces several different reports, by using combo box's to specify certain requirements. These will now be published, but will need to be on seperate pdf's by one of the critera's in the combo box - "area". What's the best way to approach this? My initial...
  2. T

    Import Excel Sheet into Access and adding a field

    Hi, I've reached a little bit of a brick wall with this! In short, I've got a load of invoice's sitting in a directory which I need to import into Access. The Invoice contains 4 columns - 'Store', 'Location', 'Claimed' and 'Receieved'. The invoice number is in the title of the spreadsheet -...
  3. T

    TransferDatabase trouble

    Hi, I'm currently trying to transfer a query from on database (this contains the daily bank transactions so changes on a daily basis ), to a table within a seperate database so that I have a list of historical data. I'm currently using this code; DoCmd.TransferDatabase acExport, "Microsoft...
Back
Top Bottom