Recent content by chshiba

  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

    Thanks for taking the time to reply wayne, I tried using cboDept.value and just cboDept but i still get the same error. I got rid of the error but i dont know how. I copied and pasted the code and controls to a new form and now it works fine. The code and controls are exactly the same, except...
  3. 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