Search results

  1. A

    Security doesn't work after installing application on the server

    Hi! I recently designed a database application but security offered by Access seemed to me a bit to complicated so I tried to be “smarter”. I start to regret it slowly. In properties of a main form I locked and disenabled most of fields and command buttons. I also created three buttons opening...
  2. A

    How to get two information from one combo box at once?

    Hi! I created ‘Sales Form’. At this moment I have Combo Box to choose ‘Product Name’ and another Combo Box to choose ‘Price’. These two Combo Boxes have two columns each showing ‘product name’ and ‘price’. To enter ‘product name’ I click first one and choose from column with ‘products name’ and...
  3. A

    Report prints extra(unwanted) blank page

    Hi! Something strange is happening to my report and I am giving up. It prints extra blank page between two pages. I am using page count so on first page at page footer it says: page 1 of 2 then I am getting that extra blank page and on third page after printing usual data, at the page footer it...
  4. A

    How to count records?

    End Date // Full Time // ID 15/01/03// Yes// 11 16/01/03// Yes// 8 17/02/03// Yes// 3 19/02/03// Yes// 4 Hi! This is example of the result of my query. How do I calculate the number of people working Full Time? I need this number for further...
  5. A

    Dates

    Hi! This is my query: I want to get number of graduates still operating a business of those who graduated: - less than a year ago - two years ago (entire two years from now) - three years ago (entire three years from now) etc. Would you help me to write 'criteria' in a 'Date' field to get these...
  6. A

    How to execute Command Button by hiting 'Enter'

    Hi! Any idea how to execute click event procedure on command button by hiting 'Enter' on a keybord instead to click on that button? Thanks for your help. Anna
  7. A

    Command button and 'Enter'

    Hi! Any idea how to execute click event procedure on command button by hiting 'Enter' on a keybord instead to click on that button? Thanks for your help. Anna
Back
Top Bottom