Recent content by nesco88

  1. N

    Multiple Value Lookup Fields Display

    Hi static, There are two tables: ID 1 and ID 2. ID 2 references ID 1. Form pertains to ID 2. k-part in Form Display needs to look like k-ID in ID 2.
  2. 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...
  3. N

    Using a button to switch between tabs in Access

    Hi static, Thanks, the first part works! However, is there a way to make the selected tab appear selected without frames? As we would have to restructure the whole database to make that work.
  4. N

    Using a button to switch between tabs in Access

    The name isTabCtl0.
  5. N

    Using a button to switch between tabs in Access

    Hi static, Thanks, anything you could on tab navigation / navigation forms would be great as well.
  6. N

    Using a button to switch between tabs in Access

    Hi Minty, It doesn't necessarily need to be done with a button, but one of the tabs will be populated with a list, and when this list is clicked, I want to move to the next tab.
  7. N

    Using a button to switch between tabs in Access

    Hi static, I entered that code and declared i as an integer above it but still get: Runtime error '424' Object required Is this because it is a navigation control form and doesn't recognize a tab control? Thank you.
  8. 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...
Top Bottom