Search results

  1. C

    #Error in calculated field in query using function

    Hi All, Now it's my turn to ask for your help. In attached db there's a query "qAppsList" based on table "Apps". Query returns calculated field FullPath2 and in that field I'm using a function retFullPath() I created. For some reason it returns #Error in most rows apart from one and I can't...
  2. C

    How to find X consecutive occurences?

    Hi All, I got a table with records of inspections of some sort: Parts may come from different suppliers. I need to find every PartID from supplier with 4th consecutive positive InspScore but, to make it harder (at least for me) I need that 4th to be last inspections (chronologically). So in...
  3. C

    Change Objects' Height On Report.

    Hi All, In my project I got report that I would like to resize depending on sizes of some elements. Because one picture is worth more than 1000 words, here's the picture: Selected textbox PONumber can contain just one 7-character PO number or 10 of them. Its Can Grow property is set to Yes...
Top Bottom