Relating Count Function to Loading Specific Forms

  • Thread starter Thread starter puttypapyrus
  • Start date Start date
P

puttypapyrus

Is there anyway to associate a specific count to load a corresponding
form? For instance, if I run a query that gives me a count of 4, I
would want to load a form design based on a table with 4 entries.
Likewise, 5 would load a table on 5 entries, etc. These tables would
be made in advance so that the table would not have to be spontaneously
generated.
 
I don't know what you are trying to do, but you are doing it incorrectly.
The form design should not be dependant on the number of rows in a table. If
you are wanting to show multiple rows at the same time, your form should be
either a datasheet or a continuous form.
 
Back
Top