For your report, you can select only those records that end in "0230" by putting a records selection formula of:
right({contractnumber},4}="0230"
Is this what you mean by "searching"? If not please post with a complete description of the problem. Software Support for Sage Mas90, Macola, Crystal Reports, Goldmine and MS Office
or a more general solution would be to create a Parameter say....called {?contract_extension} as a string in which the user can be prompted to enter the last digits of any contract number
then in the record select have a formula
{contractnumber} like "*" + {?contract_extension}
if this isn't pushed to the server because of being a formula...then just advise in your Parameter that the user should put a * before the contract extension value..then the record selection formula would be simply:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.