It really depends on what you have done, the complexity, and how it is all
tied together. That said, databinding in .NET is confusing at first but
really quite brilliant. I converted a program from Access to .Net about a
year ago and while not difficult, I should have learned more about
databinding first. Since learning much more I was able to recreate almost the
entire project with very little code. It is much faster, simpler, and the
footprint is about 1/3 the original.
Look in to drag and drop binding to get you started. Not to over promote,
but in my "blog" in the sig i have written several tutorials related to
databinding in VS you might find helpful.
--
-John
http://www.jmbundy.blogspot.com/
Please rate when your question is answered to help us and others know what
is helpful.
"rg" wrote:
> Currently have an app Front-end MS Access (70 users) backend MS SQL 2005.
>
> Where do I begin researching/determining how to convert an MS Acess app to
> dotnet?
>
> Old VB6 coder here but not sure that is too relevant today.
>
> Thanks.
>
>
> .
>