It certainly appears that you can do what you want with bound forms, and
perhaps as few as three (one for each category) for the information you
describe here. At least, my understanding of what you say is that the only
difference in the Queries would be in the criteria.
Without details of table layout and content, I can't be very specific, but
it will be a matter, I'd think, of (1) a combo box in the form header for
selecting the criteria you want to use to select the data to display, and in
the AfterUpdate, creating the WHERE clause for the RecordSource,
concatenating that with the base of the SQL for the RecordSource, and
replacing the Form's RecordSource. In those cases, where you may want to be
more specific, you might need a second Combo from which the user chooses a
particular Broker, Pet Store, or Purchaser, for example.
You'll need to learn/know/use some VBA, or hire someone who can do it, or
get very detailed in describing what you have and what you want to do in
subsequent posts.
Larry Linson
Microsoft Access MVP
"Lumpierbritches" <lumpierbritches@aol.com> wrote in message
news:20040802062034.22984.00002815@mb-m07.aol.com...[color=blue]
> Larry,
>
> As usual you are so helpful. I'm sorry for my general inference. I'm[/color]
trying to[color=blue]
> cut down on some bulk in Access 97.
>
> I have Forms bound currently in three categories; Animal; Customers;[/color]
Litters.[color=blue]
> Each one of these forms have one table, but I have more than 4-6 bound[/color]
forms,[color=blue]
> i.e.
>
> Animals: All; Female; Male; Sold; Deceased; For Sale; Owned; Pedigree[/color]
Only. All[color=blue]
> of these use the same table, just variations of each table created in[/color]
Queries.[color=blue]
>
> Customers: All; Prospects; Kennels; Brokers; Pet Stores; Purchasers.
>
> Litter: Current; Future; Past; All
>
> Either using bound checkboxes in the query criteria or using DateDiff to
> separate data for each Query. With so many forms, the program has gone[/color]
from a[color=blue]
> small 3 meg file to almost a double. I'm wondering if by eliminating all[/color]
the[color=blue]
> excess forms and using one unbound for each, populating them in the[/color]
various[color=blue]
> categories with code would be a slimming solution? I also have the[/color]
developers[color=blue]
> edition of AC97 and intend on eventually migrating to
VB.Net, since I also
> purchased an MSDN subscription!
>
> Local Kennel Breeders have asked me to build the application and they're
> willing to help me debug it so it will do what they want, but I'm still
> learning AC97 - 2003.
> Michael[/color]