Search results

  1. 1

    DlookUp(“Express”, Domain, Criteria)

    Could you show me the code?
  2. 1

    Sub Total & Grand Total in a Report

    Hi! I have a report Like this: Description, unit_price, QTY, [Total] ( [Total] is an Additional field I added to calculate amount, not from a Query or Table) A, 2, 10, =sum([unit_price]*[QTY]) B, 2, 10, =sum([unit_price]*[QTY]) C, 2, 10, =sum([unit_price]*[QTY])...
  3. 1

    DlookUp(“Express”, Domain, Criteria)

    I have tried it, but it doesn't work as what I wanted. Here is The details of my job: I make cross query, so I will get the different Field name depend on the data. Ex. i make a cross query ("Sale") with field name like this...
  4. 1

    DlookUp(“Express”, Domain, Criteria)

    Hi! I want to use DlookUp(“Express”, Domain, Criteria) in my report. The problem is that, “Express” is a fixed [field name], but I want the field name to be changed depending on the CONTENT in a Text Box I define on the report. It mean the CONTENT is the name of the field. How can I do this...
Back
Top Bottom