Search results

  1. D

    parameters?!

    hey, i have a library database, that stores keywords from each book - i was wondering if it is possible to search based on more than one keyword i.e. have the ms query parameter box prompt as many times as required (when the user enteres nothing - null - the box will stop prompting) - if that...
  2. D

    Query Help

    Alright, I have a db with three tables - tbl-emp which lists employees, tbl-pay which lists pay periods (id and rough dates) and tbl-details which records roster/availability/actual shifts worked etc (these are stored as check boxes i.e. Monday Week 1 of Pay period 1 AM has its own box, PM and...
  3. D

    Count/Sum Help

    Hello, Alright heres a problem for you's. I have a table which holds roster information for staff. For each day in a 2 week period, there are 3 checkboxes, 'am' 'pm' and 'nt'. I need to perform a count on how many are 'am' 'pm' or 'nt'. For example, if 3 staff members worked on monday week 1...
Back
Top Bottom