I have a form and subform that are linked. The user selects the permit number on the main form and the form(s) display the related information.
Now the user wants to search on one of the subform fields using the find and goto the first record that meet that criteria. If that isn't the correct record, then they want to select next until they find the correct record.
They say they want this feature because there are so many parts that they cannot remember what permit number has what part. Since there are thousands of records, this seems reasonable but I am not sure of the best way to handle this. The person who coded this program used the recordclone method.
I have put the cursor on the field and selected the find (ctrl-f) and it always returns no records found. I know there are at least 5 swivels in the table. I did change the find box to match any part of the field.
I don't understand why that doesn't work and once it does work, how do I make sure that when they go to the next record, the subform and mainform records stay in sequence.
Any guidance would be greatly appreciated.
Thanks
Lhuffst
Now the user wants to search on one of the subform fields using the find and goto the first record that meet that criteria. If that isn't the correct record, then they want to select next until they find the correct record.
They say they want this feature because there are so many parts that they cannot remember what permit number has what part. Since there are thousands of records, this seems reasonable but I am not sure of the best way to handle this. The person who coded this program used the recordclone method.
I have put the cursor on the field and selected the find (ctrl-f) and it always returns no records found. I know there are at least 5 swivels in the table. I did change the find box to match any part of the field.
I don't understand why that doesn't work and once it does work, how do I make sure that when they go to the next record, the subform and mainform records stay in sequence.
Any guidance would be greatly appreciated.
Thanks
Lhuffst