Hello,
I didn't find anything that was quite like my problem in the search so apologies if this has been addressed before.
I am putting together a database that will be used as an index of sorts for chemical safety sheets.
The sheets themselves are pdfs linked to their respective record.
The idea is that this database will be user friendly for folks who during their day to day do not use computers and who are attempting to access information about chemicals they are using, which in all likelyhood have had their labels damaged, smudged etc. To that end I have implemented a search form which allows the user to search by a number of different criteria such as manufacturer name, product name, etc.
This form is set up with a subform which displays the results of the search query. In an ideal world the user would be able to enter the chemical ID # and go straight to the needed record. However, I have been assured it is far more likely they will have to search by a broader category and then scroll through the records to figure out which one they need. And this brings me to the problem.
I need the subform which displays the search results to grow based on the number of records needing to be displayed. I know that the CanGrow property is only useful when printing or in preview mode, but surely there is a way to do this using vba.
Any and all assistance is appreciated...sorry about the long winded explanation.