Search results

  1. T

    Form prints in stead of report

    Thanks for your reply (sorry about my late respons..). I solved this issue by having all fields within the Detail section of the report. The data all came from the same record, but if what I did was a 'real' solution I honestly dont know.. Thanks anyway. :)
  2. T

    Form prints in stead of report

    I have two forms open where the top form (input-form) is for chosing parameters for the reports that can be previewed. When previewing the reports, the report always show correct layout and content. Then something "funny" happens (but only sometimes): The printout prints the form laying below...
  3. T

    Show either True, False or both True and False in query

    Great. It works! Thanks
  4. T

    Show either True, False or both True and False in query

    OK, here is the Iif statement: Iif(Forms![MatList]![ReservedStatus]=1;Like "*";Forms![MatList]![ReservedStatus])
  5. T

    Show either True, False or both True and False in query

    Hey In a materials table I have a Yes/No field called Reserved used to indicate if the material is reserved for a contract or not. When looking at the inventory list, I have 3 opion buttons called Reserved, NotReserved and ShowAll. The options are given the values -1, 0 and 1 respectivly. The...
Back
Top Bottom