Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 22nd, 2010, 08:38 AM
Authorized User
 
Join Date: May 2007
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
Default Suggestions on Developement Package Needed

I am in a situation where I occasionally do some programming to allow users to get info from a SQL Server database. Right now I am using Access as a front end and have extensive code written in VBA. I also use this same front end to change data in the database. I am the only one that does so, but want to keep the way the data is entered pristine and also simple in case I “win the lottery” and someone else takes over. There is also some AutoCad VBA code involved to produce .dwf files for a viewer.

The problem I have is that when the AutoCad version is updated, I need to change the library and the viewer also gets updated. Then the newest version of my Access frontend application will crash when opened by a user with an older version of the dwf viewer. One thing I will be looking at is changing over to .pdf instead of .dwf files. AutoCad seems to be doing a better job with them now.

I think it is time to move away from Access and go to a web based application, but I do not know much about it. My boss is willing to buy the needed developer package and resource books and since I was able to learn VBA programming on my own and there is no firm deadline for converting the application, I think a little friendly advice from you fine folks is what I need.

So I am looking for suggestions on what developer package and resource books to get. All the data is in a single SQL Server database including the path for the .dwf files. I want a web based application to view and edit the data, include a viewer for .pdf files, and be able to call on AutoCad to produce .pdf files.

It seems that Visual Studio will meet those requirements, but I am not sure. And then there are a number of levels of Visual Studio to choose from.

Any and all advice is welcome.
__________________
Technical Support Electrician
 
Old June 22nd, 2010, 08:48 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
Send a message via MSN to gbianchi
Default

Hi...
Visual studio will let you do what you are asking. Why you want to go from a desktop app to a web app is an issue you will need to think about (do you really need a web based solution??).
There is a lot of book from you can pick up, Imar has some of the best about asp.net. Apart from that, is all depends on how to handle the installation for the user (why you are updating constantly the Autocad library make me ask why your process need such update).
VS has some develop versions, but with the basic one you will probably be fine (not the free one, the most basic one).
__________________
HTH

Gonzalo


================================================== =========
Read this if you want to know how to get a correct reply for your question.
(Took that from Doug signature and he Took that from Peter profile)
================================================== =========
My programs achieved a new certification :
WORKS ON MY MACHINE
================================================== =========
I know that CVS was evil, and now i got the
proof.
================================================== =========
 
Old June 22nd, 2010, 10:30 AM
Authorized User
 
Join Date: May 2007
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
Default

Thanks Gonzalo,

I can see the application expanding to include information desired from those in remote locations. Some of us get our computer apps updated regularly and others do not. I have a glitch right now that came from either an Access or an SQL server update that does not allow me to delete records from a table through my application like I used to be able to. And when I am given an AutoCad file saved in the latest revision, I must also have the latest revision of AutoCad, which means a change to the library, otherwise the VBA code will not run the latest edition of AutoCad. But then, as I said, the updated VBA application can’t be opened by users with an older viewer. I figure the desktop apps are a problem that can be avoided by going web based.

Thanks for the recommendation of the basic version of Visual Studio.

Anyone else have suggestions?
__________________
Technical Support Electrician





Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about Web Developement Projects Rushino ASP.NET 4 General Discussion 4 March 27th, 2010 05:48 PM
Developement Server problem? kiwibrit BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 3 June 18th, 2009 04:06 PM
HowtoRun package from .asp from Package Store? Tom de Koning BOOK: Professional SQL Server 2005 Integration Services ISBN: 0-7645-8435-9 0 June 21st, 2006 08:08 AM
don't run my package when i schedule package Isra2005 SQL Server DTS 1 May 17th, 2005 01:34 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.