Search results

  1. J

    Form

    Hi All I have a table with three fields: auto number primary key, last name and first name. I have another table where I want to assign tasks to people. I have been told that good programming practice is to link tables via autonumber primary key. This means that in the task allocation table, I...
  2. J

    Default value = last selected value

    Hi All I am trying to make a form where the default value of particular fields is the last value that was selected for that field. This is to make it faster to enter data. I have never done this before and am only taking a guess, this is what I have done so far: For the AfterUpdate property...
  3. J

    Create tables from another table

    Hi All I am trying to create a database for estimating manhours on projects. There is a setup table with two columns: "Project" and "Time Period". The database is supposed to allocate manhours to tasks on projects, which is used in estimating man hour costs and also forecasting labour resource...
  4. J

    Table/Query

    Hello I am a first time access user and have a question. I have two tables. Table 1 looks like this: Project Number......................Deliverable 1.........................................apples 1.........................................bananas...
Back
Top Bottom