Hi :-)
I've designed a query that gathers its information for two tables:-
1)Author and
2) Category
My selection criteria for this query is Author.AuthorNa me [Enter Author Name] and
Category.Catego ryName [Enter Category].
This query works well. However, if I do the following:
"Joe Public" as the Author and
"Faith" as the Category
If this author has books on faith then they will be shown HOWEVER
If he has none, I get a blank form or blank Datasheet view.
For the Form I desire to have some message stating there are no records
when such a situation arises (Any Help rendered would be greatly appreciated)
(Previously someone on this forum highlighted a method with search box criteria from one table and that worked fantastic. NOW I dont know how to apply this for two tables)
Thanks a Mil!
I've designed a query that gathers its information for two tables:-
1)Author and
2) Category
My selection criteria for this query is Author.AuthorNa me [Enter Author Name] and
Category.Catego ryName [Enter Category].
This query works well. However, if I do the following:
"Joe Public" as the Author and
"Faith" as the Category
If this author has books on faith then they will be shown HOWEVER
If he has none, I get a blank form or blank Datasheet view.
For the Form I desire to have some message stating there are no records
when such a situation arises (Any Help rendered would be greatly appreciated)
(Previously someone on this forum highlighted a method with search box criteria from one table and that worked fantastic. NOW I dont know how to apply this for two tables)
Thanks a Mil!
Comment