The application I am working on requires a grid type structure that is UPDATABLE. It would be best if it was NOT BOUND. I was reading a little on the DBGRID control but it sounds like a lot of work to use it in unbound mode. What I really want is to just Visually display an Array and let the user change whatever. Then when I go to update the form I will process what remains.
Any Ideas?