Help: simple search form inside the navigator in MS access 2010

MrBassam

New member
Local time
Yesterday, 21:04
Joined
Dec 9, 2012
Messages
4
Dear developers,

Who can help/guide me?

I created simple form called "SearchDocuments" it works fine and searchable but when I insert this form into "MainPage" form in the navigator it does not work.

Anyone help and please, find the attached file
filetolink.com/d/?h=c305aa3e4350531e9715e48ab53b5e25&t=1355033106&f=4566dbc7e3

I hope get the answer

Best regards,
Bassam
 
Welcome to the forum.

If you need to post an image or copy of your DB, simply put it in a zip file and up load that.
 
Thank you my friend,

Please, see the attached file.

Best regards,
 

Attachments

Dear all,

Anyone can help or advise regarding this issue.
If you want to see please, check the previews attachment

:)
 
Which version of access? Does not open with me, says unrecognized format.
 
Hi Bassam

You need to change the criteria of your query, as the form is now a subform...

Like "*" & Forms![MainPage]![NavigationSubform].Form![SrchText] & "*"
 
Hi Bassam

You need to change the criteria of your query, as the form is now a subform...

Like "*" & Forms![MainPage]![NavigationSubform].Form![SrchText] & "*"

Many Many Many thanks Mr. Josh :)
you solved my problem
and you help me to pass this part easily. I have similar form and subform to do the same previews action.

Best regards
 

Users who are viewing this thread

Back
Top Bottom