Search results

  1. N

    Multiple Value Lookup Fields Display

    Hello, I'm working with three sets of data. “ID 1” is the base data that is being looked up. “ID 2” is the secondary data that references “ID 1”, with multiple value lookup enabled. “Form Display” is exactly that – how the data shows up on a form. We need the numbers on “Form...
  2. N

    Using a button to switch between tabs in Access

    Hello, How do I create a VBA macro to switch between tabs in a navigation form in Access? I would think the code would be simple, but I haven't been able to find anything clear or definitive online. These are the code samples I've tried so far: Private Sub Command5_Click() With Me.TabCtl0...
Back
Top Bottom