Search results

  1. D

    Setting up a form with table values

    I would like to open a form to display the contents of a table. The table is like this PK = DivisionID DivisionID DivisionName 1000 General Conditions 2000 Site Work 3000 Concrete I would like to be able to display...
  2. D

    Normalisation & Creating Relationships

    Hi, I am creating a new database to store information on Jobs. The criteria are; A Job has a Job # and a Job Name When allocating jobs, the job is broken down into Divisions. Each job has many Divisions e.g. Job_Number: 101 Job Name: Remodel the Kitchen Divisions: Carpenters, Plumers, Tilers...
  3. D

    Problem with subform and main form

    I have a table tblJobInfo with a field in it called InsuranceID. This is not the KeyField, but it is related to another table tblInsuranceInfo who's keyfield is InsuranceID. The two other fields are related elsewhere and it is a kind of spiders web, but once I have the answer to this, the rest...
  4. D

    Creating New Fields

    I have a table (tblCompanyInfo) with the following Fields: CompanyID CompanyName I want to create a form where I can add Company Names to the table. Easy, yes I know. On the form I want to be able to display 1 text box for input of the Company Name but with the option of adding more than...
Back
Top Bottom