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 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...
  3. 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