Search results

  1. P

    Control Source error "#Name?" on subform

    I have a control on a subform that I need to populate with values from one of two possible tables. The sub form is is populated from a table called SummaryLine. SummaryLine has a field called Price. I want the control txtPrice to get it's value from SummaryLine.Price, unless Price is empty...
  2. P

    How to get sum of values for specific rows

    I have a report being generated that pulls in a bunch of data. The processed column is a boolean value. I want to be able to set the text of a label to be equal to the "material cost" for all the rows where is processed is set to false. Picture of the report: i.imgur.com/I0Y5W8X
  3. P

    Updating a dynamic combobox

    Right now I have a subform with a combobox that pulls it's data from a table. I want the user to either select an existing item or type in a new item and have a macro create the new table row. What I have right now works in the sense that it prompts the user if they want to creat a new item and...
Back
Top Bottom