A alktrigger Aimless Extraordinaire Local time Today, 13:10 Joined Jun 9, 2009 Messages 124 Jun 10, 2009 #1 Is there a way to record the number of results that a query produces? I'm trying to restrict actions of command buttons.
Is there a way to record the number of results that a query produces? I'm trying to restrict actions of command buttons.
gemma-the-husky Super Moderator Staff member Local time Today, 18:10 Joined Sep 12, 2006 Messages 16,072 Jun 10, 2009 #2 dcount("*","myquery")
A alktrigger Aimless Extraordinaire Local time Today, 13:10 Joined Jun 9, 2009 Messages 124 Jun 10, 2009 #3 the query is currently being used in a subform, do I target the subform or the query?