Search results

  1. F

    Different formats within the same report

    I am printing statements for clients. Depending on certain criteria about the client, the format of the statement changes completely. This is just how the boss wants it, I have no control. I still want to generate all statements at one time (not separate reports). I currently have this working...
  2. F

    Combining Tables as "OR"

    I feel like this is probably going to turn out to be an extremely simple question, but I can't seem to figure it out. I have two tables, structured the same, with three fields: ID, CriteriaA, CriteriaB. CriteriaA and CriteriaB are both booleans. There are some IDs that are only in table1, some...
  3. F

    Prevent button from coming to top when focused.

    I currently have a button with a checkbox on top (z-axis wise). This works exactly like I want, except that whenever the button is clicked or focused, it gets brought to the top and hides the checkbox. Is there a simple way to prevent this? The only idea I've been able to come up with is maybe...
Back
Top Bottom