Package and Deployment?

J

JamesH151

I am "self taught" Access user (As are a lot of people I sure!)

I have created the database, and all works well on this end.

I had to upload the database to an ftp site for review.

I had the oft seen blahblah.ocx missing, and got that fixed for the reviewers.

Now some of them are getting library files missing. I could stumble through
trying to figure it out...no thanks.

HEADACHE

My thoughts were to use a package wizard add-in, but it is not loaded on
this computer, and it is not on the available cd (I don't think)

WHat is my next step?

Help
 
D

Douglas

Dear Sirs and Ladys,


I am reading youre group email and am
concerned. If theres anything I can do please let me
know how we can work together on any problems.

Thank
You for youre time sincerly youres
D.
Meginness ( (e-mail address removed) )
 
L

Larry Linson

Hunh? This is a _newsgroup_ for user-to-user help. People ask questions
and other people answer them; sometimes we just discuss features and
functions of the Microsoft Access database software product. You aren't
reading "email" but posts to a newsgroup. If you have a concern, or an
issue, or a question, post it here and there's a chance that someone will
respond.

For good suggestions on effective use of newsgroups see the FAQ at
http://www.mvps.org/access/netiquette.htm. It's for a different newsgroup,
but the advice on using newsgroups applies generally. It should include an
admonition that starting a message thread on a new subject as a response to
a message on a different subject might well keep your message from being
seen by the people you'd like to see it.

Larry Linson
Microsoft Office Access MVP
(for information about the MVP program see
http://mvp.support.microsoft.com)
 
T

Tony Toews [MVP]

JamesH151 said:
I had the oft seen blahblah.ocx missing, and got that fixed for the reviewers.

Now some of them are getting library files missing. I could stumble through
trying to figure it out...no thanks.

What library files are missing? Post the ones you currently have
here and we'll comment.

Sub ViewReferenceDetails()

Dim ref As Reference

For Each ref In Access.References
Debug.Print ref.Name & " - " & ref.Major & "." & ref.Minor & "
- " & ref.FullPath
Next ref

End Sub

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top