Search results

  1. A

    Transpose data

    Hi, Is there an easy way to transpose data from multiple tables, into a single row, using Access 2003? Many thanks.
  2. A

    Help with blank/null fields

    Hi, I'm trying to extract blank fields in a query. I have written the following script: SELECT dbo_dod_Person.Person_ID, dbo_dod_Person.Known_as_first_name, dbo_dod_Person.Known_as_surname, dbo_dod_Biog_sub_heading.Sub_heading...
Back
Top Bottom