Search results

  1. A

    Calc total of two seperate subform tables

    I've have found the answer to my problem in the help > sample database. I found that if you calc the subtotal in the footer of the subform and just reference that value in your form it works perfectly. also i can sum the two fields quite easily. It was really just a matter of finding how to...
  2. A

    Calc total of two seperate subform tables

    Hello, I've been searching through the forums looking for an answer and I seem to be stuck. This should be an easy one for most of you. I have a form with multiple fields and two subForms, these two subs are being displayed as a table. In these two tables i have an identical field "X"...
  3. A

    VBA changing the current record

    I get it now.. i was under the impression that i was looking for a record but it was the bookmark i was looking for.
  4. A

    VBA changing the current record

    Well i found the answer to my own question on another website. http://www.mvps.org/access/forms/frm0005.htm It was a bit easier then i was making it out to be. But im not sure i fully understand whats going on in this code.. and if someone would be able to elaborate and explain to me the...
  5. A

    VBA changing the current record

    Hello all, I've only recently started working on access and even more recently started to dab into the VB reference of access. Here is the setting. I have a comboBox to which the recordSource is an SQL statement that sorts through a table finding the Name, Phone# and ID of a client. The form...
Back
Top Bottom