S
shcram
I need to use a wildcard type search to mark records that have
particular letter in a larger field: IIf([studentcode]="*V*",1,0). I
this example, the format of the studentcode is NNL-NNNN where N is
single digit number and L is an alpha letter. I want to select al
studentcodes that have a "V" in the third position.
I posted this several days ago but have had no replies.
Finally, can you recommend a good manual on Access queries and reports
I've got the "Getting Started" and "Access for Dummies" but they ar
much too basic for this type of question --
Thanks,
Su
particular letter in a larger field: IIf([studentcode]="*V*",1,0). I
this example, the format of the studentcode is NNL-NNNN where N is
single digit number and L is an alpha letter. I want to select al
studentcodes that have a "V" in the third position.
I posted this several days ago but have had no replies.
Finally, can you recommend a good manual on Access queries and reports
I've got the "Getting Started" and "Access for Dummies" but they ar
much too basic for this type of question --
Thanks,
Su