This message serves for Google indexing. It only includes the first message of each thread from technical forums. To see the entire thread, the solutions and the technical content related to each message, you need to log in by going to the main page. This can be done at http://www.universalthread.com. If you do not have an account, we encourage you to create one now and start participating in Microsoft .NET and SQL Server related technology forums, just to name a few. Our database contains nearly two millions valuable high end technical messages. Thanks for the generous contribution to everyone who participated on the site so far, including MVP, Microsoft employees and many other well known contributors. The valuable content of the Universal Thread has created a history of 16 years of high end technical content which has helped many consultants, developers and many others in the industry on a daily basis. The site also offers a subscription option that greatly enhances your site experience.


View message
From22/07/1997 16:37:06
Michael Lane #023527
Norca Systems
Hayes, United Kingdom
To  
All


Please can anyone help.

I am trying to setup the following;

I have a table, which has cAccountName, nAccountNumber, lBudgetAccount, cTransferAccount, etc.

I have setup a grid on a form, and my problem is that I would like to have the column for cTransferAccount as either a spinner, list box, or combo box which will show me the current setting but allow me to select anyone of the other accounts from cAccountName.

All my attempts have met with the cursor jumping out of the cell as the selection changes to the row that contains the account that was selected in the cTransferAccount column.

Regards,