August 12, 200421 yr Hello, I have two databases and I want to enter from one into the other. When I open the first, it automatically opens the other as it is used for relational stuff and I didn't want to bother the user with garble. Anyways, I want to switch from the first to the second and switch INTO find mode. This is actually from being in find mode. I don't want to use a portal either, I actually want to switch into the other database in that mode. Is there any way to do this? Thanks a lot, Jim
August 12, 200421 yr Perform an on open script in the first db that calls a script in the second db to Set Error Capture [On] Go to Layout [yourfindlayout] Enter Find Mode [Pause] Perform Find [ ] If [not Status(CurrentFoundCount)] Show Message ["No records were found."] End If etc.
Create an account or sign in to comment