Search the web
Sign In
New User? Sign Up
MS_Access_Professionals · MS Access Professionals
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 44821 - 44850 of 76981   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44821
Hello, I am currently working on a project for work. In this project I need to be able to push a button and open a map to the address I selected. Then I need...
Mike
akcam2006
Offline Send Email
Jan 1, 2007
11:39 am
44822
Thanks Bill and Jim, I was beginning to thing that it might be the Pavillion, because it was only happening on my desktop, but not on my laptop or another...
djsdaddy531
Offline Send Email
Jan 1, 2007
2:22 pm
44823
That's good to hear, David. One bit of advice...When you import a large number of objects, you'll have less chance of something going wrong if you do one type...
Bill Mosca
wrmosca
Offline Send Email
Jan 1, 2007
4:07 pm
44824
Bill, Thanks for the info on the RunCmds. It seems I need to poke around the group a little more. Joe D. ... the RunCmds ... development. ... idealgasvb ... ...
idealgasvb
Offline Send Email
Jan 1, 2007
5:12 pm
44825
Toukey I looked at the doc file you uploaded. That's not going to do me any good in helping you. Your error appears to be with how the forms are designed. I...
Bill Mosca
wrmosca
Offline Send Email
Jan 1, 2007
6:40 pm
44826
I currently use the following function Private Sub Report_Activate() DoCmd.OutputTo acOutputReport, "rptInvoice", "Snapshot", "C:\Snapshots\" & Reports! ...
Joe
myhnews
Offline Send Email
Jan 1, 2007
9:34 pm
44827
You could try this sort of code to capture the returned html and place in a .html file. Note the map is returned in an internal Ie frame. You might also do it...
martyconnelly
Offline Send Email
Jan 1, 2007
9:37 pm
44828
A.D., So sorry, I guess I was taking liberties. Thank you, again. I will no longer take liberties. Irene ... me was meant to rename files, not human beings. ...
Irene Mechail
leachy8394
Offline Send Email
Jan 1, 2007
10:45 pm
44829
Thanks for hte advice Bill, After receiving it, I decided to import the data into another database according to your advice. I didn't want to take any chances....
djsdaddy531
Offline Send Email
Jan 1, 2007
11:59 pm
44830
martyconnelly, Thanks for the help, the code you posted seems to work good for saving shortcuts to the maps the problem is I need something I can look at...
Mike
akcam2006
Offline Send Email
Jan 2, 2007
1:53 am
44831
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the MS_Access_Professionals group. File :...
MS_Access_Professiona...
Send Email
Jan 2, 2007
3:06 am
44832
Bill, I uploaded a sample database called "subreport_db" with the tables, queries, report and subreport. Should you require any additional info, please let me...
toukey1
Offline
Jan 2, 2007
3:09 am
44833
I use the after update event on my form that checks that value is already in the DB. If Not IsNull(DLookup("QuoteNo", "tblOrder", " QuoteNo = '" & Me. QuoteNo...
Joe
myhnews
Offline Send Email
Jan 2, 2007
2:13 pm
44834
Fabulous. We're talking about moving to an sql back end, and I've been using DAO like the dickens and really wasn't wanting to convert the code. Respectfully,...
liz_ravenwood@...
lizravenwood
Offline Send Email
Jan 2, 2007
3:21 pm
44835
Joe, The DLookup function will only return the first occurrence that meets the criteria. If you want to return all the order numbers that contain the QuoteNo,...
DLE42@...
embreydl
Offline Send Email
Jan 2, 2007
5:40 pm
44836
Hi All, I have a simple form and subform. I placed a command button on the form to run a query using the wizard to link the query to the button. Problem is, it...
Douglas Jordon
daj620
Offline Send Email
Jan 2, 2007
5:43 pm
44837
Bill, (The table and querynames are just shorter examples of my actual table name) I have a query called query1. It contains the information I need pulled from...
Dale C
tenn_tazz26
Offline Send Email
Jan 2, 2007
5:46 pm
44838
The code you posted looks fine. What is the SQL for the query? Darrell ... [Non-text portions of this message have been removed]...
DLE42@...
embreydl
Offline Send Email
Jan 2, 2007
5:58 pm
44839
... From: "DLE42@..." <DLE42@...> The code you posted looks fine. What is the SQL for the query? SELECT...
Douglas Jordon
daj620
Offline Send Email
Jan 2, 2007
6:15 pm
44840
Hello, I was wondering if Access can accomodate a link to photos. Example: I have a database of fossils and would like to have a link a user could click on to...
fsslhntr
Offline Send Email
Jan 2, 2007
7:26 pm
44841
I don't see anything wrong. Does your project compile cleanly? You may be executing some old code if the project isn't compiled. That's about all I can think...
DLE42@...
embreydl
Offline Send Email
Jan 2, 2007
7:39 pm
44842
... From: "DLE42@..." <DLE42@...> To: MS_Access_Professionals@yahoogroups.com Sent: Tuesday, January 2, 2007 2:32:15 PM ...
Douglas Jordon
daj620
Offline Send Email
Jan 2, 2007
8:00 pm
44843
Happy New Year to all, I am attempting to create a mail merge from Access using an Access Query as my data source. The VBA code takes me to Word from Access...
djsdaddy531
Offline Send Email
Jan 2, 2007
8:34 pm
44844
It might inflate your db pretty badly. I've used knowledge base article 210100 Respectfully, Liz, Data Base Administrator, Methods Engineering "fsslhntr" ...
liz_ravenwood@...
lizravenwood
Offline Send Email
Jan 2, 2007
10:24 pm
44845
Hi Tina, Liz, It only inflates the DB if you embed the photos. Storing a link takes very little space. I checked the article and it looks like a good place to ...
horastacatto
Offline Send Email
Jan 2, 2007
11:30 pm
44846
From Roger's Access downloads, the following might help http://www.rogersaccesslibrary.com/download3.asp?SampleName=Pictures.mdb Steve...
Donkers Steve
stevedonk
Offline Send Email
Jan 2, 2007
11:35 pm
44847
I'm thinking of creating a query. Once the after update event detects that there is another one, the user will open the query with a button. What do you say? ...
Joe
myhnews
Offline Send Email
Jan 3, 2007
4:14 am
44848
Bill, I am a little confused (not too hard to do!). Let me expound on my situation a little more, and maybe you can tell me if there is any hope for me. I...
Brian
briankregister
Offline Send Email
Jan 3, 2007
4:38 am
44849
Richard, So long as the relevant controls are actually available on the main as well as subform and their names correctly match the entries in "Link Master...
A.D.TEJPAL
adt_y
Offline Send Email
Jan 3, 2007
5:47 am
44850
Depending on what the purpose is, I would probably create a form based on a query with the necessary information. Then I would do something similar to the...
DLE42@...
embreydl
Offline Send Email
Jan 3, 2007
2:50 pm
Messages 44821 - 44850 of 76981   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help