How to enable Find as you type

  • Thread starter Thread starter ganeshpuppala
  • Start date Start date
G

ganeshpuppala

Hello I want to enable Find as you type control in my database .
I read the steps in the following website but couldnot do it :

http://allenbrowne.com/AppFindAsUType.html
Steps are :


# Copy the module ajbFindAsUType into your database.
# To verify Access understands it, open the code window, and choose Compile
on the Debug menu. (In Access 2000 or 2002, you may need to add the DAO
reference.)
# Copy the combo and text box from the form in the sample database, and paste
them into the Form Footer section on your form.
# Set the On Load property of your form (Event tab of the Properties box) to:
=FindAsUTypeLoad([Form])
# Repeat steps 4 and 5 for any other forms.


I am new to access Please explain in detail how to
Copy the module ajbFindAsUType into your database.

Thanks in advance
Regards
Ganesh
 
Hi Ganesh,

File->Get External Data->Import, select the database, select the module,
click ok.

Damian.
 

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