I have a form that contains client information and comments per client. Currently I am using the SET FILER TO command on the comments database to display the comments in a list box for any given client#. As the file has grown from 5000 records to 250,000 records the opening of the form takes longer and longer. I thought using an sql command to create a temp file to display the comments would solve my problem. However, I also have to be able to add comments to the file (which is done on the form) and have them show up in the listbox. Any suggestions on how to accomplish this ?
Andy
Andy