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 38797 - 38826 of 76916   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38797
Jessica- It would really help if you would include all the prior text from the thread in your replies. I had to go to the forum to figure out what is going...
John Viescas
jlviescas
Offline Send Email
Jul 1, 2006
7:34 am
38798
Beth, In the next few days, I shall try to put together a sample db covering more than four generations, using the alternative approach mentioned in my earlier...
A.D.TEJPAL
adt_y
Offline Send Email
Jul 1, 2006
6:14 pm
38799
Sorry - I post from the board Okay, I am not quite sure how this will work. Right now I am pulling one record from each table. So I have one client per car...
Jessica Hawthorne
scruffy_look...
Offline Send Email
Jul 1, 2006
8:02 pm
38800
I have a subform on my main form that I want to require entry on. Searching online I see this is a common scenario with a not so straightforward solution. I...
caycelea
Offline Send Email
Jul 1, 2006
8:35 pm
38801
Dear Sir, Extremely Superb ! ! ! Your RuningAmount sample db I run.......(http://www.rogersaccesslibrary.com/ADTejpal/RunningAccount.Zip') and I could not...
Sayyed Ashfaque Hussain
ashfaque_online
Offline Send Email
Jul 2, 2006
6:33 am
38802
Dear Sir, Extremely Superb ! ! ! Your RuningAmount sample db I run.......(http://www.rogersaccesslibrary.com/ADTejpal/RunningAccount.Zip') and I could not...
Sayyed Ashfaque Hussain
ashfaque_online
Offline Send Email
Jul 2, 2006
6:42 am
38803
Hi Kelly, Welcome to the group. I am surprised that no one has replied yet. It is probably because it's the weekend and the weather is so nice. It is very nice...
horastacatto
Offline Send Email
Jul 2, 2006
7:45 pm
38804
Hi Cayce, Try doing it in the AfterUpdate Event. If you do it in the BeforeUpdate and Cancel=True then you will cancel the update so the BeforeUpdate happens...
horastacatto
Offline Send Email
Jul 2, 2006
9:22 pm
38805
Hi Forumspot, Yes you can. Just add a blank line to the underlying query or list and either sort in alphabetical order or otherwise arrange that the blank...
horastacatto
Offline Send Email
Jul 2, 2006
9:32 pm
38806
Hello to all. I live in the midwest city of Kansas City and would like to find anyone who might enjoy helping someone new to access learn the ropes. I am using...
paul_z81
Offline Send Email
Jul 2, 2006
9:33 pm
38807
Hi Clive, Thank you for the response. If I understand you correctly you indicated I should put the code for the subform in the AfterUpdate event. I gave...
caycelea
Offline Send Email
Jul 2, 2006
10:07 pm
38808
Welcome to our group, Paul. We're certainly willing to help you in any way we can. If you have a specific question, just start a new thread, give it a...
Bill Mosca
wrmosca
Offline Send Email
Jul 2, 2006
10:24 pm
38809
Hi again Jessica, I guess I'm the one with the most knowledge of your data at the moment, so here goes. One of the expansion things you may need to think about...
Brett Collings
bcoll012
Offline Send Email
Jul 2, 2006
10:32 pm
38810
Lee, sounds like you may have missed Kris's point. When you develop the fornt end and link the tables, you use the UNC address, not a mapped one. You do this...
Brett Collings
bcoll012
Offline Send Email
Jul 2, 2006
10:43 pm
38811
Paul I would say that you have found the best tutors right here. What is good about the list is that you can address specific stuff that seems to you to relate...
Brett Collings
bcoll012
Offline Send Email
Jul 2, 2006
11:33 pm
38812
Hi all, I am having trouble with the last part of this code: ************************** Private Sub EyeColor_DblClick(Cancel As Integer) On Error GoTo...
JustMeBG
justmesandiego
Offline Send Email
Jul 3, 2006
12:13 am
38813
In my email it looks as if it's the lowercase letter o not zero? Brett ... -- Brett Collings Strengthening Families Administrator D2D 46422 DDI (04) 916 3422 ...
Brett Collings
bcoll012
Offline Send Email
Jul 3, 2006
12:18 am
38814
Hi, I am trying to compile my pedigree database and keep running into an error that says "invalid use of Me keyword" in this function (strFormField =...
JustMeBG
justmesandiego
Offline Send Email
Jul 3, 2006
1:13 am
38815
No, it's a zero. Wish it was that simple! :-) Beth G...
JustMeBG
justmesandiego
Offline Send Email
Jul 3, 2006
1:14 am
38816
Thank you AD, that is more than expected, so please do not feel obligated. I will credit your code in the project of course! Beth G ... -- BG [Non-text...
JustMeBG
justmesandiego
Offline Send Email
Jul 3, 2006
1:15 am
38817
Nevermind... I thought this was a different piece of code!! Ugh... my eyes are sleepy from all this review of code. Beth G ... -- BG...
JustMeBG
justmesandiego
Offline Send Email
Jul 3, 2006
1:17 am
38818
Brett You were on hiatus when we added of group's Twenty-Something Rules (a compilation from many of our gurus). It includes a lot of what you mentioned and ...
Bill Mosca
wrmosca
Offline Send Email
Jul 3, 2006
1:22 am
38819
Beth, It looks like you are using Len() properly. Have you tried putting a breakpoint in your code on that line so you can check that Len returns what you...
caycelea
Offline Send Email
Jul 3, 2006
1:35 am
38820
Yeah, I have tried a breakpoint and basically the If just tests out that Len(Me.Eyecolor) >1 is a false statement, so it sckips the code. The point of that...
JustMeBG
justmesandiego
Offline Send Email
Jul 3, 2006
1:49 am
38821
Another forgotten skill that i can't seem to find in Access help: how do I refer to the value of an option group in code? I have radio buttons that I want to...
JustMeBG
justmesandiego
Offline Send Email
Jul 3, 2006
2:26 am
38822
OK, well I seem to have guessed right and now I need to know how to direct this to a subform. I tried SetFocus, but that doesn't work. The option buttons are...
JustMeBG
justmesandiego
Offline Send Email
Jul 3, 2006
2:40 am
38823
Beth You test the value of the frame (option group) not the individual buttons. I usually do this in the frame's AfterUpdate event, but it can be tested at any...
Bill Mosca
wrmosca
Offline Send Email
Jul 3, 2006
2:51 am
38824
I took a different tactic and got this to work on the after update: Private Function FilterEvents() 'apply filter to events subform based on option button...
JustMeBG
justmesandiego
Offline Send Email
Jul 3, 2006
3:01 am
38825
WHy are macro's a problem to be avoided?...
Jim C
liteguy.rm
Offline Send Email
Jul 3, 2006
3:11 am
38826
Beth If the control is bound and the record is dirty, the value might still be Null. If you are not in one of that control's subs, try setting focus and...
Bill Mosca
wrmosca
Offline Send Email
Jul 3, 2006
4:19 am
Messages 38797 - 38826 of 76916   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