Search results

  1. T

    Choose() with Or

    I have created a popup form which has an option group with 3 check boxes fo0r EmployeeStatus options: Active, Option Value=1; Recent Leaver=2, Former=3 The data I am querying is imported from a payroll program and has 4 status fields - 1=Current, 2=LeftThisYear, 3=LeftLastYear, 4=Former I...
  2. T

    Data Entry Form to create multiple records in single table

    I need to create a database to record daily departmental sales from the cash registers in a shop. I have 2 tables Sales and Depts. Sales = SaleId(autonumber), Date, Reg, Dept, Value. Depts = Dept, Vat I need to create a form to enter the data. I want the top part of the form to have Date, Reg...
Back
Top Bottom