Recent content by derek-dc

  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

    Unique username routine

    wouldn't you be better using a fixed length number, or alpha key? having different length usernames could cause trouble or confusion later on.
  3. D

    Query Help

    Here ya go :D
  4. D

    Query Help

    thanks Ziggy, but i dont think i explained myself well. What i need to do is calculate the sum of yes/no checkboxes on a report, but limit the records on that report by a value i.e. show all employees that worked less than 10 shifts. I need to sum the shifts, then not show the record if they...
  5. 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...
  6. D

    Count/Sum Help

    Thanks Ziggy, though i have just used the =(sum(yes/no)*-1) formula in a report footer, which seems to be working fine for the moment :P Cheers
  7. 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