lumpierbritches@aol.com (Lumpierbritches) 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 trying to
> cut down on some bulk in Access 97.
>
> I have Forms bound currently in three categories; Animal; Customers; Litters.
> Each one of these forms have one table, but I have more than 4-6 bound forms,
> i.e.
>
> Animals: All; Female; Male; Sold; Deceased; For Sale; Owned; Pedigree Only. All
> of these use the same table, just variations of each table created in Queries.
>
> 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 from a
> small 3 meg file to almost a double. I'm wondering if by eliminating all the
> excess forms and using one unbound for each, populating them in the various
> categories with code would be a slimming solution? I also have the developers
> 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]
Okay, I'm definitely NOT Larry, but I would think the option to filter
when you open the form is the easiest. You could have an unbound
combobox or whatever on another form to collect your criteria and then
open this form from there. One form, lots of different filters
passed. Nice and flexible. I think using unbound forms is making
work for yourself. There are places for them, but you lose all the
data validation etc that goes on under the covers.