Search results

  1. B

    Copying value from previous record in a continuous form

    Alright, so I have a continous form on a form and i want to take a value in the previous record (BLUE), subtract one value in the current record (GREEN) and put that calculated value in the field (BLACK). All this by pressing the button on the current record (RED).. Is it possible? I can...
  2. B

    Disable query field?

    Is there a way to disable a query field (Not only hide it), so when I run the query and see the datasheet view, it doesn't take charge of that field and doesn't display it. I would like to be able to trigger (Enable/disable) some fields with a button or a check box maybe? Is it possible...
  3. B

    Dynamic reports?

    I'm trying to find a way to do dynamic reports.. What I wanna do is be able to select the field I want and then create a query based on these field and show the datasheet view.. I was thinking about using a split form, so the user could select the information he want to display and then just...
  4. B

    Fill Back Color Of A Continuous Form?

    Hello, I have this continuous form and I'm trying to continue the alternated colors even if there is no more records to show. As of now, at the middle when there is no more records, only the grey back color continue to display but I want the alternation to continue.. Is it possible?
  5. B

    Query for total payment of each order number

    I have a table, Cheque Orders Details that has only the basic information (Contract Number, Supplier Name, etc) of the order and with 3 one to many relationship. The 3 relationships are the tables for each production centers, Cheque Orders 0088, Cheque Orders 0091 and Cheque Orders 0097. So for...
Back
Top Bottom