Search results

  1. A

    Load a Related Record in a Subform with a Command Button

    Good morning and thanks for viewing :) Is there a way to load a related record in a subform using a command button? I'm only able to load a related record by launching a new form/window, but it's going to get messy with so many forms/windows open. I have attached an image to better explain...
  2. A

    Query that returns the number of related records

    I have a Query that counts the related records in a different table. I was able to make entries that contains 0 records show up by using Join Property 2. However, the record count that's suppose to show 0 records shows up as 1. Any idea why?
  3. A

    Change in one Row affects all the Rows

    I have a form that lists several Items (in "Continuous Forms" view). Next to the Item Name, I have a checkbox. The checkbox determines if the Item has a price. If the checkbox is clicked by the user, a hidden textbox named "Price" becomes Visible. Private Sub HasPrice_Click() If HasPrice =...
Back
Top Bottom