View Single Post
  #5  
Old April 5th, 2005, 12:19 PM
Cowboy \(Gregory A. Beamer\)
external usenet poster
 
Posts: n/a
Default

Access is a monolithic approach. There are many good apps written in Access.
But, once you start including forms, queries, etc., it is hard to divorce
yourself from Access and move up to another backend database, like SQL
Server, as you end up rewriting all of your code.

If you opt for an external solution, using Access as the backend only, you
can switch to another database without much pain.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think outside the box!
***********************************************
"Jerome" wrote in message
...
Hi, I'm a bit confused ... when would I rather write an database
application using MS Access and Visual Basic and when (and why) would I
rather write it using Visual Studio .Net?

Is it as easy in Visual Studio to create reports and labels as it's in
Access?`

The advantage of VS.net is that not every user needs Access, right? And
that would eliminate the Access version problem as well I guess.

I've both done stuff in Access as well as asp.net

Thanks!