Search results

  1. M

    Date parameter works on query but not on report?

    I have a calendar control on a form so the user can select start and end dates for a report. In the after_update event of the calendar it puts the dates in text boxes, format dd-mm-yyyy. This part works fine. But when the user loads the report (which should use these dates) the report loads...
  2. M

    Problem with requerying form in one specific case

    I'm having a problem with requerying a form's data values from code, with the line shown in red. The line works perfect 99% of the time, but after the green statements fire it breaks when data is reentered and gives me Err 2001: Operation canceled by you (I think that's the error message...
  3. M

    VERY SLOW process needs optimization

    I have a table which contains a part number, type of defect, x coordinate, and y coordinate of these defects. I need to make a visualization (similar to a finite element graph) of these a user selected defect overlaid on an image of the part with a user specified resolution. The way I did this...
  4. M

    String and numeric data comparison

    I need to make a query to compare equality of two pieces of data, one is a 6 character fixed-length text string (where the first character can be ignored) and the other is a 4 or 5 digit number (long integer, if 4 digit number can be assumed to be 5 with a leading 0). I do not have the ability...
Back
Top Bottom