Search results

  1. S

    For next loop

    I don't know if this is what I need, but here goes. I have a database I constructed and one feature I am trying to create is this. When creating a record I need it to access another table and add itself and reference a primary key. (I think) The application is a contact db which tracks all my...
  2. S

    Many to Many issue

    I like your idea. However, I have a Combo Box on the form that displays the Base Name. I don't see where I can "filter by tcnoid" It is bound to Base_Name. My main form has a combo box with base_name and a command button for TCNO. I want to select a base from the combo then click on TCNO...
  3. S

    Many to Many issue

    Can you elaborate on indexed columns? I have a lookup for both tcnoID and BaseID, should I have used insert/lookup field?
  4. S

    Many to Many issue

    I have a table called TCNO which is a table containing all the information concerning Microsoft patches. I have another table containing all the Air Force bases where we have a server installed. I want to find a way to show what servers have what TCNO's installed. I have a many to many...
  5. S

    Lookup Combo box Problem

    What if when using the wizard you don't have a third option. I am using Access 2000.
  6. S

    tab controls

    If it is not to much trouble please, an example would be very helpful.
  7. S

    tab controls

    I have a contacts db I am working on. The main form has a tab control showing the following headers on the top row: Base/Contacts/Server/TCNO/Equipment. I have a combo box (cboBase_Name) outside of the tab control to select my base and I want each tab control to show the relevant info for...
Back
Top Bottom