Search results

  1. B

    How to use if(IFF) condition in a query

    I have a query which will sum up some fields of a table based on specified date range provided by the user. My query is as follows: Select sum(field1),sum(field2) from table1 where (date1 between fromdate and todate) or (date2 between fromdate and todate). Since I have used or Keyword, if...
  2. B

    How to restrict users to open a mdb file in design mode?

    Hi, We have an access application which is accessed through Citrix. After providing user id and password, if a user clicks 'OK' button of the login screen with holding 'SHIFT' key, the application opens in Design mode which is not secured. Just wanted to know is there any way to overcome...
  3. B

    passing values from one form to another form

    Hi all, I have a main form frmCase which has a comment area section containing a form fsubCaseDetails which is a continious one. There is a button "Add Comments" in frmCase which on clicking should open a form frmZoom.This form has Save and Cancel button. On clicking the save button the text...
Back
Top Bottom