On 20 Oct 2005 15:42:38 -0700,
Andy_Khosravi@bcbsmn.com wrote:
[color=blue]
>I'm in a bit of a pickle.
>
>My employer, a health insurance firm, had me design a small database to
>track benefit issues. The intended users were technical specialists and
>some managers (about 90 people, no more than 10 concurrent users at any
>one time) all of which had Access 97 loaded on their machines.
>Everything was going smoothly, and I delivered them their VBA
>application that does everything they initially wanted it to.
>
>However, yesterday they dropped a bomb on me. They now want all claims
>examiners and service specialists to have access to the data, and this
>task MUST be completed by 12/16/2005. These users must have access to 3
>of my tables, and be able to effectively search the database (about
>35,000 records in the primary table) with two different criteria. These
>new users will add up to well over 2,000 people (albeit, low
>concurrency. No more than 30 users at any one time), and only one third
>of them have Access 97 on their machines. I cannot require all users to
>have A97 on their machines as the company must pay for that software on
>a per license basis. Furthermore, they will be replacing their old
>office package with office 2003 in 2nd qtr of 2006. I do not have the
>Developers version of A97, so I cannot just make a runtime for
>everybody to use. This leads me to believe I need to make some sort of
>web page based off the database. (I have no idea how to do that.
>ASP.Net?)
>
> I have virtually no other development tools at my disposal other than
>vanilla A97, and no experience dealing with ANY kind of web
>development. All of the limited experience I have is with Visual Basic.
>I don't even know enough about web page development to know what I
>don't know, and I have to develop, test, and implement a dynamic web
>page in two months. I can possibly request budget to buy some
>development tools for the job, but I have to know exactly what I'm
>going to need. (And they can't cost too much. Visual Studio is
>probably too much money.)
>
>So, my question is this: What is the easiest, cheapest, least involved
>method to open up your Access database data to a large audience who do
>not have MS Access on their machines? Barring easy and cheap, IS there
>a way to even do what I need to do without any additional tools?
>
>What I was thinking of doing is duplicating the current database to a
>new .mde file (the new users do not need instantly updated data), then
>basing a web page in some way off of this table. However, I have no
>idea how to run a query with parameter inputs from a web page, and have
>those results display. Further complicating things is the fact that I
>have three tables; one primary table for the issues, and two secondary
>tables which hold the comments and location time stamps for that
>particular issue, and I need the secondary tables viewable via links
>from the main table.
>
>I realize a detailed answer to my question could easily fill a book.
>What I'm looking for is a general idea of a method to use as well as
>what tools I'll need to complete it.
>
>Thanks in advance for any advice you guys may have![/color]
You could look at the UniversalTable editor project.
http://www.codeproject.com/asp/ute.asp
this can search using filters but it is also designed to allow changing the data.