Recent content by kylejf91

  1. K

    Solved Listbox & Subform Help

    This worked! Thank you so much! I put this code into the AfterUpdate of lstExistingTenants. Initially, it caused the sfrmTenants_Parking to always be blank, even when a vehicle was chosen. But I just put the opposite of this code into the AfterUpdate of lstParkingAgreements and now it does...
  2. K

    Solved Listbox & Subform Help

    Here are two pictures showing what I mean. The first one, when Jane Tester is selected, shows her vehicle also selected. The second one, with John Tester selected, shows that Jane's vehicle is still showing in the parking subform, despite John's vehicle not selected in lstParkingAgreements.
  3. K

    Solved Listbox & Subform Help

    I am working on a Property Management database. I am having trouble with one small thing. It's insignificant to me, because I can work around it, but if this would be used by others, I want to make sure they can't cause errors in data. I have a main form (frmTenants_Tenancy) which displays...
Top Bottom