R
Rod
I know my around VBA but am struggling to move over to .NET
I have an application which has several forms with DataGrids filled from
Access tables.
In addition the user may choose to jump in and out of the same form several
times.
It seems to me that I have to set up a new OleDbConnection each time the
user uses a form, this sounds inefficient.
Is it possible just to set up one which all the forms can use, or have I not
grasped the spirit of .NET?
Any guidance much appreciated
many thanks
Rod
I have an application which has several forms with DataGrids filled from
Access tables.
In addition the user may choose to jump in and out of the same form several
times.
It seems to me that I have to set up a new OleDbConnection each time the
user uses a form, this sounds inefficient.
Is it possible just to set up one which all the forms can use, or have I not
grasped the spirit of .NET?
Any guidance much appreciated
many thanks
Rod