Recent content by cPineda

  1. C

    ComboBox Filter for multi-value field

    I have a simple database for Cars, Color and Owner with the following fields - ListCar CarID (autonumber) Brand (short text) Owner (number, looks up to Owner Table, allow for multiple selection) Color (number, looks up to Color Table, single selection) ListOwner OwnerID (autonumber) Owner...
  2. C

    Path to SubForm Control with Tabs on MainForm

    Hi. Looking at the example for Path to SubForm Control - MainForm.NavigationSubForm>Form1.Subform1 How should this be modified given the following - 1. On MainForm, I included tabs 2. NavigationSubForm is on the 3rd tab on MainForm I tried the following...
Top Bottom