Find & Replace

  • Thread starter Thread starter Adrian
  • Start date Start date
A

Adrian

Hello Group!

I need to incorporate into a Form (like a SubForm) a "Find & Replace
Window" as typical of Office/Access ( Edit>>Ctrl +F ) to find records in
this Form .......... Is this possible? Otherwise.... how can I create
something similar?

Thanks a lot!!
 
You can use the hot key Ctrl+H to find and replace each record at a time, or
all at once.
You can add the icon to open this dialog box to a toolbar that will be
activated when the form is open.
 
Yes, possible. make a popup form, pass it main form recordsetclone, serach
for records using FindFirst and FindNext and set record on a main form using
Bookmark porperty
 
Can you send me an example?? I am a novice


Alex Dybenko said:
Yes, possible. make a popup form, pass it main form recordsetclone, serach
for records using FindFirst and FindNext and set record on a main form
using Bookmark porperty
 
I do not understand your irritation, almost I can express myself in English, So, accept my apologyes if I said something offensive!!
 
Ofer said:
You can use the hot key Ctrl+H to find and replace each record at a time, or
all at once.
You can add the icon to open this dialog box to a toolbar that will be
activated when the form is open.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top