Search results

  1. M

    Refresh the Calculated Value in the Footer of a Subform

    Hello! I have an unbound text box with a calculated value in the footer of a subform. The subform is a continuous form. I would like the unbound text box to update its value when data is entered into the continuous form. The unbound text box's source is =Sum([HistoryCost]). How do I make the...
  2. M

    Establishing a many to many relationship and writing data to a “bridge” table

    No, a vendor can have more than one master contract. Each Master Contract can have several sub-contracts. But, a vendor doesn't have to have a Master Contract at all, it can only have only sub-contracts. It's a mess!
  3. M

    Establishing a many to many relationship and writing data to a “bridge” table

    Hello! I have been tasked to build a database that is way over my head. My apologies if I am not posting this in the correct forum I am trying to make a database that holds contract information. For every vendor there can either be a Master Contract with linked sub-contracts, or a vendor can...
  4. M

    Refer to Tab Control list box in another form

    Thank you for the welcome! I am stuck again... I dropped the tab and page bits and this is what I have come up with: =[frmMDSMain].[Controls]![lstContacts].[Column](0) Should I be referring to the tab somewhere in this statement?
  5. M

    Refer to Tab Control list box in another form

    Thank you for your reply! I'll give it a try! Thanks again!
  6. M

    Refer to Tab Control list box in another form

    Hello! I am struggling with an Access 2007 database I inherited. The problem is regarding tab controls. I would like to refer to a value in a list box within a tab and use that value to populate a text box in a form. I have a tab control called "TabCtl4" and the data I want to retrieve is...
Back
Top Bottom