E
el zorro
What a long strange trip... long ago, actually it was onluy 2003, but it
seems like ages ago... I wrote an Access application, with the front end on
the user workstations and BE tables on a server. It worked great initially,
but data volume and concurrent user activity increased dramatically. The
Access mdb became sluggish and crash prone, so I converted it to an adp/SQL
Server setup. That's where I'm at now, and it works fine.
All of this has taken me to my programming limits, but now it has been
suggested that I take the thing completely out of Access so that it functions
as a standalone application (i.e., can be used by someone without Access
installed on their computer). I have also read that adp may be on its
deathbed, so it's probably a good idea to migrate to something else.
Well, I'm not sure how to do that. I'm thinking the Views and Tables now on
the SQL Server are good, so I just need to rewrite the adp Forms and Reports,
in Visual Basic or whatever, and hook them up to the Server.
Any suggestions? I've been looking into Visual Studio, but I'm not sure.
Would that provide me with a development environment that I can understand,
given that my experience has been LIMITED to the Access design interface so
far? I can write some VB code (as instructions triggered by an "event") and
I'm good with the Access design interface for Forms and Reports.
Any comments would be appreciated. Thanks!
seems like ages ago... I wrote an Access application, with the front end on
the user workstations and BE tables on a server. It worked great initially,
but data volume and concurrent user activity increased dramatically. The
Access mdb became sluggish and crash prone, so I converted it to an adp/SQL
Server setup. That's where I'm at now, and it works fine.
All of this has taken me to my programming limits, but now it has been
suggested that I take the thing completely out of Access so that it functions
as a standalone application (i.e., can be used by someone without Access
installed on their computer). I have also read that adp may be on its
deathbed, so it's probably a good idea to migrate to something else.
Well, I'm not sure how to do that. I'm thinking the Views and Tables now on
the SQL Server are good, so I just need to rewrite the adp Forms and Reports,
in Visual Basic or whatever, and hook them up to the Server.
Any suggestions? I've been looking into Visual Studio, but I'm not sure.
Would that provide me with a development environment that I can understand,
given that my experience has been LIMITED to the Access design interface so
far? I can write some VB code (as instructions triggered by an "event") and
I'm good with the Access design interface for Forms and Reports.
Any comments would be appreciated. Thanks!