Search results

  1. L

    Show New Record in Subform, after new ComboBox Selection

    Hi all. I am working on a Form [frm_FacilitySelect] that has a ComboBox. The form has a TabControl, each tab showing a different subform. Each subform displays different details regarding the facility selected in the ComboBox. Is it possible to change the contents of the subform based on the...
  2. L

    Using a Form Template

    After building my project for a while, I am coming to the realization that I am going to be viewing multiple forms but I want all of them to be formatted the same. Is it possible to build one 'unbound' form template, and then populate the form using a conditional or a query?
  3. L

    Solved Conditional Update Query

    Hi all. A new week and a new hurdle for the system I am working on. I am running an "UPSERT/UPPEND" query. I found a couple of resources that detailed the process and it is working exactly as intended. I would like to expand on this query and include a 'conditional update'. UPDATE...
  4. L

    Solved Append Currently Viewed Record Only

    I have a form that is viewing records of a linked database. I have a button that runs an Append Query, to add that record to a different table. The problem is that the query appends all records. I only want to it append the currently selected/viewed record. The solution seems to be to specify a...
Back
Top Bottom