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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 67864 - 67893 of 76920   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
67864
Thanks alot,   it is working fine for me now. Thanks for all your help. it was conflicting with one of my Replace Function.   Have a great Day ... From:...
Moazzam Ayyub
moazzam_ayyub
Offline Send Email
Dec 1, 2008
10:30 am
67865
Hi John, Sorry for the transposition of words in the title of the upload. I repsonded and then I uploaded and called it something else. Did you get a chance to...
Chanell Solomon
fiesty716
Offline Send Email
Dec 1, 2008
1:28 pm
67866
Hi all, Is there any code to stop an Event or Procedure immediately? I have set up a form to check the real time connection to Data Server on its Timer Event....
Roy
shanro_im
Offline Send Email
Dec 1, 2008
5:10 pm
67867
Hi Crystal, I read the paper a couple of weeks ago and found it very interesting as well. Anytime I come across anything by Luke Chung, President and founder...
Patrick Wood
hunterpaw
Offline Send Email
Dec 1, 2008
5:20 pm
67868
Shan Roy- To "cancel" the Timer event, set the TimerInterval to 0. John Viescas, author Microsoft Office Access 2007 Inside Out Building Microsoft Access...
John Viescas
jlviescas
Offline Send Email
Dec 1, 2008
5:23 pm
67869
The database is essentially a dictionary and can be visualized as such. One table has two datafields for the letter groupings and their descriptions: "A" "The...
cuc2uus
Offline
Dec 1, 2008
7:40 pm
67870
SELECT Field1, Field2, "" As Field3, "" As Field4 FROM Table1 UNION ALL SELECT Field1, Field2, Field3, Field4 FROM Table2 ORDER BY Field1 .. where "Field1" is...
John Viescas
jlviescas
Offline Send Email
Dec 1, 2008
7:49 pm
67871
Question: If the Division number changes in 1 table, it is suppose to automatically change in the other tables. If it don't change, what is the problem? ...
Tyrone Bakstan
tyrone_bak
Offline Send Email
Dec 1, 2008
11:06 pm
67872
Hi Pat,   great link, thanks!  Looking forward to making time to read 'Playing WAV Files (API)' by Gavin Burgess ... several other things caught my eye too...
Crystal
strive4peace...
Offline Send Email
Dec 1, 2008
11:09 pm
67873
Tyrone A child row would be a record in a table that has a foreign key to another table. For instance, Customers is a table with the primary key CustID. Orders...
Bill Mosca
wrmosca
Offline Send Email
Dec 1, 2008
11:14 pm
67874
Hi Crystal If you read *all* the posts here you would have seen one for playing WAV files. <g> Bill ... read 'Playing WAV Files (API)' by Gavin Burgess ......
Bill Mosca
wrmosca
Offline Send Email
Dec 1, 2008
11:15 pm
67875
Hi Tyrone, "My professors response to my database problem/question:   It will if you have the relationship created correctly, turn on referential integrity,...
Crystal
strive4peace...
Offline Send Email
Dec 1, 2008
11:17 pm
67876
Hi Bill,   I'm gonna have to set aside at least a few days once I start looking at the WAV stuff because I have some coding in mind ... <smile>   yes, I do...
Crystal
strive4peace...
Offline Send Email
Dec 1, 2008
11:27 pm
67877
Hello, Access 2003 I have used the following code to open a PDF file - it works: Application.FollowHyperlink "D:\My Documents\databases\poss_fe\possManual.pdf"...
pjj_weibel
Offline Send Email
Dec 2, 2008
2:12 am
67878
Hi John Viescas,   I had done it already. It works fine only if the connection is successful. ie it never stops until it finishes the entire procedure which...
Shan Roy
shanro_im
Offline Send Email
Dec 2, 2008
2:36 am
67879
Peter- You're not passing the same value in each case. Application.FollowHyperlink "D:\My Documents\databases\poss_fe\possManual.pdf" .. passes the value: ...
John Viescas
jlviescas
Offline Send Email
Dec 2, 2008
6:29 am
67880
Shan Roy- The FIRST line of code in your On Timer event procedure should be: Me.TimerInterval = 0 That shuts off the timer, and your code can take as long as...
John Viescas
jlviescas
Offline Send Email
Dec 2, 2008
6:30 am
67881
Hi Crystal, Here is one of the previous posts on WAV files: Message #49146 Re: Using Sound on a Form And from MVP Allen Browne:...
Clive Williams
horastacatto
Offline Send Email
Dec 2, 2008
9:17 am
67882
John, Of course you are right! I thought I needed the quotes. Now it works well. nobody should ever tell I would not go the extra (complicating) mile :) thanks...
pjj_weibel
Offline Send Email
Dec 2, 2008
9:27 am
67883
Hi All I have an access 2007 database that is split. I needed to move the database to a new server, which I have done. When I tried to manage the linked tables...
bty467549
Offline Send Email
Dec 2, 2008
10:40 am
67884
If it's only one table, the simplest thing to do is delete the linked table and relink it. John Viescas, author Microsoft Office Access 2007 Inside Out ...
John Viescas
jlviescas
Offline Send Email
Dec 2, 2008
10:59 am
67885
Chanell- Yes, I've looked at your spreadsheet a couple of times. First rule of thumb should be that ONLY data entered by the user should end up a fields in...
John Viescas
jlviescas
Offline Send Email
Dec 2, 2008
11:17 am
67886
Hi John, I only created fields in my table where the user has to input data...None of the calculated fields are a part of my table. The only information that...
Chanell Solomon
fiesty716
Offline Send Email
Dec 2, 2008
1:54 pm
67887
Hi John Viescas,   In this case the following becomes successful CN.ConnectionTimeout = 1   Thanks Shan Roy ________________________________ From: John...
Shan Roy
shanro_im
Offline Send Email
Dec 2, 2008
2:12 pm
67888
Hi all, I used to connect to the remote Data Server in a Wide Area Network. Is there any code to measure the connection speed? Thanks Shan Roy...
Roy
shanro_im
Offline Send Email
Dec 2, 2008
2:19 pm
67889
Jonus I can think of a couple things: 1. The name of the table is misspelled in the front end. 2. The table does not exist in the back end. But don't beat...
Bill Mosca
wrmosca
Offline Send Email
Dec 2, 2008
4:43 pm
67890
Hi Clive,   thank you    I put 49146 in the search box and got your post below, not the post with that number what was the date/time of the post? I can find...
Crystal
strive4peace...
Offline Send Email
Dec 2, 2008
5:29 pm
67891
Hi Crystal The code is at msg#67300 Bill ... looking at the WAV stuff because I have some coding in mind ... <smile> ... search for it when the time comes --...
Bill Mosca
wrmosca
Offline Send Email
Dec 2, 2008
5:38 pm
67892
Hi Crystal, I am glad you found something you like. There is so much on the site I am going to start a new Thread to post some of what is available to ...
Patrick Wood
hunterpaw
Offline Send Email
Dec 2, 2008
5:41 pm
67893
Hi All, Some of us have been checking out the great wealth of free presentations and downloads graciously made available to the public from the UK AUG...
Patrick Wood
hunterpaw
Offline Send Email
Dec 2, 2008
7:11 pm
Messages 67864 - 67893 of 76920   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