Search results

  1. P

    Question Problem filtering

    When I click on the header row arrow, Access 2007 shows a listbox with all the values of that row with a check box to select those rows you want to filter by. This feature is not available always (i don't know why), and I'd like to make it work always. Any ideas?
  2. P

    Trouble with IIF and time

    Hi, I have this function in my query, but the results are wrong (i don't get error, but the results are unexpected) IIF(HOUR1 BETWEEN '8:30' AND '10:00','OK E', IIF(HOUR1 BETWEEN '18:30' AND '20:00', 'OK S', 'NO OK')) AS P_OK HOUR1 field has the format '8:21:00' Any ideas? Thanks
  3. P

    How to build a menu with restrictions

    Hi, I'd like to build a menu with restrictions depending on the user from Windows Server 2003. I mean, I have a menu, with some options and submenus. For example, for those who are in the group 'Administrators', they could see the whole menu, but for those who are in the group 'Workers', some...
Back
Top Bottom