Search results

  1. J

    Who opened me?

    I have three forms (Orders, OrdersNew and OrdersSub). Both Orders and OrdersNew have a button that opens OrdersSub, how do i detect whithin OrdersSub the form that opened it?
  2. J

    Set "Filter On" property in a report?

    I have a form with a button (to open the report) and a check box (to say all sub-records). I have a filter in the sub-report set to list only one specific sub-record. Can i change the "Filter On" value from "Yes" (default) to no based upon whether the check box is checked? I am trying this: If...
  3. J

    Access will not allow me to delete a filter!!

    THANK YOU!!!!!!!!!!!!!!!!!!!!!! A filter in the onclick for the button that opens it... it only confirms how STUPID i am!!!!! Doh!!
  4. J

    Access will not allow me to delete a filter!!

    When my kids don't listen, i understand. When my pute won't listen i pull the few remaining hairs from the top of my head!!! I have a filter in a report that has a subreport which itself has a subreport. I modify the filter on the main report and it works perfectly! I save the report, close the...
  5. J

    Number -> Letter ?????

    I have two tables related one-to-many. Is there anyway i can represent the order/suborder as 10000-A, 10000-B rather than using the suborder id like 10000-1259? In other words can i convert suborders that are number such as 1234, 1244, 1355 as A, B, C? I hope i have not totaly confused...
  6. J

    Macro condition -> Data Type Mismatch -> Help!

    I have a report based upon a query of two tables. I am trying to have "Discontinued" be displayed in a Unbound text box next to any discontinued items. One table has a Yes/No field (formated as True/False) that is checked when the item is discontinued. My macro condition is...
Back
Top Bottom