Using QBF to open a form rather then a table

LC85

New member
Local time
Yesterday, 18:41
Joined
Jan 13, 2008
Messages
6
Hello,

I created a QBF based on queries that the user can search by, at the moment my QBF has a command button that finds the record in a table veiw. What i'm trying to achieve is to be able to create a command button that finds the matching records on a main form (with all records) I created.....

Please Help...

LC
 
Hello,

I created a QBF based on queries that the user can search by, at the moment my QBF has a command button that finds the record in a table veiw. What i'm trying to achieve is to be able to create a command button that finds the matching records on a main form (with all records) I created.....

Please Help...

LC
Actually, what you're getting is in Query View! That what you always get when you run a Query! If you want to view your results in a Single View form, you'll have to create a form, create a Select Query using your criteria then open the form using the Query as its Record Source.

Linq
 

Users who are viewing this thread

Back
Top Bottom