Search results

  1. T

    A combo box to show four fields

    I have a form with a combo box to select which building a customer is in. Here's the data: Customer Building Buildings ID streetNameNumber address champion dayofweek At the moment I have it set-up so that the combo box shows the streetNameNumber and address columns when you drop it down, and...
  2. T

    Problems with relationships showing up in a form

    Here you go... with one cross-table record in.
  3. T

    Problems with relationships showing up in a form

    I'm designing a relatively simple access database with four linked tables: - users - computers - licenses - license_users Each user as a computer_id linking to the computers table; they also have a set of rows in license_users, linked via their userid, that join them to the licenses table. The...
Back
Top Bottom