Hi!

I'd like to know how I can enable the user to enter data in an access-like or excel-like way. I'd like the user to enter a product-subscription, Prize, number of products to order and some other data. This has to be presented in a column-like way.

Product Prize No. Total
Product A 100.00 5 500.00
Product B 150.00 4 600.00
etc..

What I want is something like the DB grid to enter the data.
I DON'T like 3rd party controls or OCX-es, so what is the best solution?

(An array of textboxes is an option, but I'd like to know what you all think of it). As far as I know the DBGrid and all other controls are read-only if they're not connected to a database?