|
-
Apr 11th, 2000, 07:24 PM
#1
Thread Starter
Junior Member
Can anyone help using the below code on button click, if it does not find a record it will show me a blank record, how would I let the user know the search criteria was not found and then move to the first record.
<CODE?
lastposition = Trim(InputBox("Enter Company for search."))
criteria = "COMP_NAME Like '" & lastposition & "%'"
frmCompany.rsmaster.Find criteria
thank you in advance
Daryl
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|