Search results

  1. E

    Writing form value back to a field in a table.

    I have a form called Account with the following fields on it as textboxes which pull values from an underlying table called Account. OriginalBalance TerminMonths DiscountFactor Additionally there is another textbox called PaymentDue which has the following formula under the Control Source...
  2. E

    Writing form value back to a field in a table.

    I have a form called Account with the following fields on it as textboxes which pull values from an underlying table called Account. OriginalBalance TerminMonths DiscountFactor Additionally there is another textbox called PaymentDue which has the following formula under the Control Source...
  3. E

    Help with Cascading Updates/ Relationship problems

    I have several tables as follows. Department DepartmentID(Primary Key) DepartmentName(Text) MgrEmployeeNumber(Text) Foreign Key from Manager Table. Manager MgrEmployeeNumber(PrimaryKey) LastName(Text) FirstName(Text) Employee UserEmployeeNumber(PrimaryKey)...
  4. E

    Autonumbering and Foreign Keys

    I have several tables as follows. Department DepartmentID(Primary Key) DepartmentName(Text) MgrEmployeeNumber(Text) Foreign Key from Manager Table. Manager MgrEmployeeNumber(PrimaryKey) LastName(Text) FirstName(Text) Employee UserEmployeeNumber(PrimaryKey)...
  5. E

    Help With Combo Boxes

    I'm working on a Access Database to manage different employees in a company. I have 5 different tables but the important tables are Managers, Employees, and Departments. A manager can manage one to many employees and departments, and a department can have one to many employees. I have a form...
Back
Top Bottom