I have been asked to find missing records in a table for a purchase order number field. The ultimate goal is to give the user a report showing a list of these missing purchase order numbers. An example would be if the table has purchaser order numbers 00001 and 00003, but not 00002, they would want the report to list 00002.
The problem I see, after looking at their Access table, is that the purchase order number is not an integer, but is a text field. Some of the purchase order numbers, for example, end in a letter (00014C), but most do not.
Would it be at all possible to get the list they are requesting if their field is not a number?? All the posts I've found are dealing with integers, not strings. If you think this is possible, I would appreciate some help getting started. I would assume this would best be done with code.
Thanks for your help!
Laurie
The problem I see, after looking at their Access table, is that the purchase order number is not an integer, but is a text field. Some of the purchase order numbers, for example, end in a letter (00014C), but most do not.
Would it be at all possible to get the list they are requesting if their field is not a number?? All the posts I've found are dealing with integers, not strings. If you think this is possible, I would appreciate some help getting started. I would assume this would best be done with code.
Thanks for your help!
Laurie