Search results

  1. G

    transfering groups of database objects

    I am trying to figure out how to write code to transfer all of a database's objects (tbl,qry,frm,rep,mcr,mod) to another database. I have been able to do this with tables and queries by looping through each object definition(tabledef, querydef) in the respective class for each...
  2. G

    counts and sums in forms

    My problem is i want to return counts and sums of different record sources onto the same form. Does anybody have a solution? Thank you for your help.
  3. G

    totals in forms

    I am trying to create an expression in a text box that returns the number of records in a query. I have not had any success yet. I've written a total query which does return the count, but i need somehow to get that number to appear in the text box.
Back
Top Bottom