Search results

  1. C

    Access table data

    Thanks for the advice NickHa. I don't quite understand why i have to MyData.MoveLast then MyData.RecordCount to get the number of records. Does it matter what record i'm at for MyData.RecordCount to work correctly, or maybe I misunderstood the direction you were trying to lead me to :confused...
  2. C

    Access table data

    I'm kinda new to programming and have an easy enough question that I can't seem to figure out. I have a table (tblData) in Access with lets say 4 or more rows and 3 or more columns, ColumnA ColumnB ColumnC ---23------- 12------- 23 ---33-------...
  3. C

    Query Help

    I need to combine multiple queries into one possible query so that I may place these queries into a single report. How would I go about doing this. The number of queries to be combined are 12. About six of these quereies perform a count function while filtering for certain material, and the...
Back
Top Bottom