Hi Teches

I have been requested to develop a two demensional grid in which data can be entered on a form. I am working with VB.Net on a windows 2000 system and an Access DB. The columns of this grid will be months and the rows will be entries for the months. Additionally I have been requested to have prior and next buttons to bump down to prior months and bump up to future months. The grid must rotate to the left for prior months and to the right for future months. I have attempted using the Datagrid function but find it too restrictive. I am currrently looking at adding approximately 80 textboxes to the form but this is very tedious. Can ahyone offer a simpler alternative?