> This is a choose statement that I use in another part of my application that > is causing the same memory allocation problem.
The CHOOSE command has a very low memory buffer (32K, I think) regardless of the memory or OS in your PC. If the combined data returned from the SELECT statement embedded in this command exceeds the limit, you will get the message. Form controls are, I believe, free from this limit, so if you replace your choose command with a listbox or combo box the problem should go away. -- Larry
