Find & Replace

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!!
 
O

Ofer

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.
 
A

Alex Dybenko

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
 
A

Adrian

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
 
D

DL

A novice who wouldn't be getting many answers with the current
attitude!!!!!!!!!!!!!!!!!
 
Í

ÍõÀÖÆ½

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.
 
Top