softhead Posted July 26, 2000 Posted July 26, 2000 I have a loan form where there are five separate fields to fill in the loan item information (because they can loan up to 5 itmes). I would like to be able to show the history of the item by doing a search and then displaying it as a columnar report, but how would i go about searching for that one item so that it would find all the records with the item in any one of the five fields? Thanks, Anita
Newbies Caren Pelletier Posted July 31, 2000 Newbies Posted July 31, 2000 Hi Anita, Try making a calculated field that is a concatenation of the other five fields (with spaces in between). For example: field1 & " " & field2 & " " & field3 etc. Then do your search within this field and it should give you a resulting found set that contains any record that has the requested text in any of the five fields. Hope this helps! ------------------ Caren Pelletier HighSoft, Inc.
Recommended Posts
This topic is 8881 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now