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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 66988 - 67017 of 77004   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
66988
Hello Everybody, I would like to see a webpage in an Access file with Refresh feature to see latest data. The URL of webpage is given below. Please let me know...
Dinesh
dinesh.excel
Offline Send Email
Nov 1, 2008
7:19 am
66989
Hello Everybody, I would like to see a webpage in an Access file with Refresh feature to see latest data. The URL of webpage is given below. Please let me know...
Dinesh
dinesh.excel
Offline Send Email
Nov 1, 2008
7:26 am
66990
Hi Darrell (Reginald?),   Additionally, you may want to consider times where the value CAN be changed -- such as an error was made.  In these cases, I have a...
Crystal
strive4peace...
Offline Send Email
Nov 1, 2008
10:26 am
66991
Hi Peter,   from this statement:   Me.TTOYYMM = Format(DATE, "YYMM") & "\" it appears that you may have a fieldname or controlname that is called DATE   do...
Crystal
strive4peace...
Offline Send Email
Nov 1, 2008
10:32 am
66992
Hi John Viescus,   Because of lack of knowledge about “Value List” and “Table/View/StoredProc” and I wanted to simplify my question, I failed to give...
Shan Roy
shanro_im
Offline Send Email
Nov 1, 2008
5:05 pm
66993
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
Nov 1, 2008
6:56 pm
66994
Hi Dinesh, I have uploaded a sample database for you to download. You can find it in Files > 1_Samples ...
Patrick Wood
hunterpaw
Offline Send Email
Nov 1, 2008
7:02 pm
66995
Hello Patrick, I just caught this message. How would I add multiple URL's? Bernie Penkin ODOT Region 1 TMOC 503-731-4652 Motivation: If a pretty poster and a...
PENKIN Bernhard T
bernie_penkin
Offline Send Email
Nov 1, 2008
7:33 pm
66996
I need to prepare a series of reports every month that present visitor activity on our website. I have a report which selects records from a criteria query. ...
Robin Chapple
d9790
Offline Send Email
Nov 1, 2008
9:04 pm
66997
Hi Bernie, If you mean store URL's you can add your URLs to a Table and use your preferred method to load the URL into the URL textbox. You can also save your...
Patrick Wood
hunterpaw
Offline Send Email
Nov 1, 2008
9:36 pm
66998
Hi Bernie, I should have added in my last post. This is the code which opens a URL: WebBrowser.Navigate (your URL string here) I used a command button and...
Patrick Wood
hunterpaw
Offline Send Email
Nov 1, 2008
10:51 pm
66999
Hi Robin, the easiest way is to set this to be the ControlSource of a textbox: =[Filter]   What I often do is make a "friendly" criteria string when I make...
Crystal
strive4peace...
Offline Send Email
Nov 1, 2008
11:59 pm
67000
Hey Patrick, I have MS Access 2000 and when I try to open your sample db, I get the dreaded "You have to upgrade" error. Is there a way you could save that...
Tim
tbankerd
Offline Send Email
Nov 2, 2008
1:52 am
67001
FollowHyperlink ~~~   Hi Tim,   you can use this statement to open a URL in your default browser:   Application.FollowHyperlink "http://www.webpage.com" ...
Crystal
strive4peace...
Offline Send Email
Nov 2, 2008
2:10 am
67002
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
Nov 2, 2008
6:09 am
67003
Hi Tim, I converted my DB to 2000 format and named it WebBrowser2000.zip. If you still can not open it, I also uploaded instructions on how to do it yourself...
Patrick Wood
hunterpaw
Offline Send Email
Nov 2, 2008
6:23 am
67004
Hi John Viescus,   From the first time I saw your code I had a feeling that it must have at least 75% solution even if it was not functioning once I changed...
Shan Roy
shanro_im
Offline Send Email
Nov 2, 2008
11:22 am
67005
Hi Crystal, Thank you for your message. Date is not a field - it is today's date I wanted to use. I'll try your suggestion. Thanks a lot. Cheers Peter ........
peter w.
pjj_weibel
Offline Send Email
Nov 2, 2008
12:03 pm
67006
Hi Shan Roy, I am glad you were able to get the results you wanted. Good for you! Best Regards, Pat ... have at least 75% solution even if it was not...
Patrick Wood
hunterpaw
Offline Send Email
Nov 2, 2008
2:06 pm
67007
you're welcome, Peter ;) Warm Regards, Crystal Microsoft MVP remote programming and training Access Basics by Crystal (Bill Mosca's site) http://thatlldoit.com...
Crystal
strive4peace...
Offline Send Email
Nov 2, 2008
3:27 pm
67008
All, quick question: is there a way to add any formatting to text in a data collection field of a data collection email? InfoPath is not an option. Example: we...
mike stephens
spatztc
Offline Send Email
Nov 2, 2008
4:20 pm
67009
I am using A2007 and need to get number of records in Queries in a separate database file. I tried DCOUNT but it resulted in 1 record for queries with joins....
jeterhune
Offline Send Email
Nov 2, 2008
4:39 pm
67010
Hi JT, What code are you using to do it? Are you opening the remote DB as an object? Regards, Clive. ... for...
Clive Williams
horastacatto
Offline Send Email
Nov 2, 2008
5:25 pm
67011
Hi JT, here is some code you can modify '~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sub GetNumberOfQueryRecordsInAnotherDatabase()    'returns number of records in query ...
Crystal
strive4peace...
Offline Send Email
Nov 2, 2008
5:30 pm
67012
Hi Mike, Try this link: http://blogs.msdn.com/access/archive/2006/06/30/data-collection-through-\ email.aspx ...
Clive Williams
horastacatto
Offline Send Email
Nov 2, 2008
5:32 pm
67013
JT, Sample function named Fn_GetRecordCountInExternalQuery() as given below, should get you the count of records in a table or query located in an external db....
A.D.Tejpal
adt_h
Offline Send Email
Nov 2, 2008
6:23 pm
67014
Hi A.D., much easier than what I posted! Warm Regards, Crystal  *    (: have an awesome day :)  * ... JT, Sample function named...
Crystal
strive4peace...
Offline Send Email
Nov 2, 2008
6:31 pm
67015
Hi Arjan, Yet another useful technique. Thanks, Clive. ... given below, ... an external ... as its ... can be ... a ... record for ... Count...
Clive Williams
horastacatto
Offline Send Email
Nov 2, 2008
9:10 pm
67016
Crystal, Clive, Thanks for your kind comments. You are most welcome. Best wishes, A.D. Tejpal ... From: Clive Williams To:...
A.D.Tejpal
adt_h
Offline Send Email
Nov 3, 2008
4:55 am
67017
Hi guys I have an Access 2007 front end & SQL server datafiles linked to front end by linked tables. I have a combobox in a bound form with a simple query as...
Henri
henrivsvs
Offline Send Email
Nov 3, 2008
7:38 am
Messages 66988 - 67017 of 77004   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