Search results

  1. C

    Report Header Sum

    Background: Developing a DB to track purchase orders. Each order can contain one or more items. Table Design/Relationship: I have two tables 1) Order and 2) OrderDetails in a one to many relationship. The Order Table contains general order info and has a field "GrandTotal" which is the sum of...
  2. C

    Run Time error 7: Out of Memory

    Im building a new database using Access 2003 SP2 on windows XP SP2 with 1 GB RAM. When i try to execute the following line of VBA code I get an "out of memory" error: Form_Confirmation.txtDept = cboDept.Text Before this line of code I don't query any data or open any DAO connections, Im...
Back
Top Bottom