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...
Show off your group to the world. Share a photo of your group with us.

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 63565 - 63595 of 76919   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
63565
Hi I have a subform called 'fSubProblem' in my main form. I need to set the value of the 'ProblemID' field of this subform to 0. This is my code: Form!...
accessuser_2008
Offline Send Email
Aug 1, 2008
7:23 am
63566
AccessUser: First, you must reference the name of the subform control, which is not necessarily the same as the name of the form inside the control. With your...
John Viescas
jlviescas
Offline Send Email
Aug 1, 2008
7:50 am
63567
Bob You might also need to refresh the table links. Take a look at this article: http://support.microsoft.com/kb/291264 Bill ... isn't getting ... in your ... ...
Bill Mosca
wrmosca
Offline Send Email
Aug 1, 2008
2:12 pm
63568
David Sorry to leave you hanging for so long. The network folder has to be trusted. Click on the Office button>Access options>Trust Center>TrustCenter...
Bill Mosca
wrmosca
Offline Send Email
Aug 1, 2008
2:23 pm
63569
Hi James I can't help you with removing the extra space but I can help with the indenting. To indent each paragraph you can use a function. Open the report in ...
Bill Mosca
wrmosca
Offline Send Email
Aug 1, 2008
3:21 pm
63571
This probably fundamental but I haven't done it before. How can a build a second query to use the results of the "Count" query below (without using a loop)?...
mithomas48
Offline
Aug 1, 2008
3:50 pm
63572
Mike Save your query as MyQuery. Then create a query using MyQuery SELECT MyQuery.[Security File], Sum([CountOfLOAN NUMBER]) AS TotalCount FROM MyQuery GROUP...
Bill Mosca
wrmosca
Offline Send Email
Aug 1, 2008
5:12 pm
63573
On the first tab of a tab control, I use the wizard to create an event to add/create records via a sub-form. There are some mandatory fields required before...
tslam
thomas_lam_us
Offline Send Email
Aug 1, 2008
5:26 pm
63574
Hi, John's suggestion worked. I deleted as many references as I could and still compile the code and that got me past the road block. I had some old refernces...
Deana and Bob Peterson
dandbpeterson
Offline Send Email
Aug 1, 2008
5:30 pm
63575
THanks, Bill! I got rid of the extra space when I switched the formatting from rich text to plain text. Now the only issue is the indentation, and your...
James McAlister
forums01@...
Send Email
Aug 1, 2008
6:01 pm
63576
In VBA, how can I get the second query (below) to use the first query for its results? Thanks in advance! Mike 'CODE------------------------------- Dim rs As...
mithomas48
Offline
Aug 1, 2008
8:12 pm
63577
Great! Let us know if you get stuck, James. Bill ... in ... the ... to ... functions ... very ... replace...
Bill Mosca
wrmosca
Offline Send Email
Aug 1, 2008
8:36 pm
63578
Bob Nine times out of ten when a built-in function fails, it means the DAO library is not registered. Try registering it. The runtime install should have done...
Bill Mosca
wrmosca
Offline Send Email
Aug 1, 2008
8:41 pm
63579
Nevermind guys! I figured it out...Thanks!...
mithomas48
Offline
Aug 1, 2008
8:46 pm
63580
In case someone needs the solution, here it is... Mike 'CODE--------------------------------- Dim rs As DAO.Recordset Dim passThrough As QueryDef Dim strSQL As...
mithomas48
Offline
Aug 1, 2008
8:54 pm
63581
Mike thanks for posting your soultion. It appears that you are using an SQL Server back end (passthrough). You could also have made a temporary table using...
Bill Mosca
wrmosca
Offline Send Email
Aug 1, 2008
9:41 pm
63582
Mit- All that should be in your GROUP BY clause is [Security File]. I have no clue what that NOT syntax is doing. If you're doing this on the query grid, ...
John Viescas
jlviescas
Offline Send Email
Aug 1, 2008
9:51 pm
63583
Bob- Reports are quirky. Is there a control with DateOfAdd bound to it on the report? If not, the report might not see it. The report engine actually builds...
John Viescas
jlviescas
Offline Send Email
Aug 1, 2008
9:56 pm
63584
Thanks Bill! ... using ... first...
mithomas48
Offline
Aug 1, 2008
10:29 pm
63585
The function works well, Bill, but when I use it, the mysterious extra white space appears again for those occasions where the Comments field is supposedly...
James McAlister
forums01@...
Send Email
Aug 1, 2008
11:44 pm
63586
I use a union query to collect all known email addresses into one recordset. It starts with an empty record. How do I remove that? Thanks, Robin Chapple SELECT...
Robin Chapple
d9790
Offline Send Email
Aug 2, 2008
9:52 am
63587
Robin- Maybe this will do it: SELECT [Email] as Emayle FROM [qMembers] WHERE qMembers.Email Is Not Null UNION SELECT [Email2] as Emayle FROM [qMembers] WHERE...
John Viescas
jlviescas
Offline Send Email
Aug 2, 2008
10:48 am
63588
'Morning, John! I'm going to completely rebuild the Db per suggestions received here. I'm hoping to have to redo it [only] this once, so am trying to get as ...
Earl Melton
earlemelton
Offline Send Email
Aug 2, 2008
11:39 am
63589
Earl- Not a bad start, but I see several problems. A record in a table should be about one and only one subject. You have at least three subjects in this ...
John Viescas
jlviescas
Offline Send Email
Aug 2, 2008
11:59 am
63590
Thanks John, The second option was needed. Regards, Robin...
Robin Chapple
d9790
Offline Send Email
Aug 2, 2008
12:22 pm
63591
Thanks again for all your help, John. I can see that you're putting considerable time and effort into your replies and I truly appreciate it. Just please have...
Earl Melton
earlemelton
Offline Send Email
Aug 2, 2008
4:13 pm
63592
See my additional comments below... John Viescas, author Microsoft Office Access 2007 Inside Out Building Microsoft Access Applications Microsoft Office Access...
John Viescas
jlviescas
Offline Send Email
Aug 2, 2008
4:55 pm
63593
Thanks Bill, Now, silly question but just where is the Office button? I'm running Access (2002 SP3) only on the Vista machine with no other Office...
d_i_s_r
Offline Send Email
Aug 2, 2008
6:43 pm
63594
Hi David I steps I gave you were for Access 2007...obviously not the ones you need. I'm not using Vista on any of the machines I have so this is just a shot in...
Bill Mosca
wrmosca
Offline Send Email
Aug 2, 2008
8:53 pm
63595
That's it Bill, I open IE, selected Tools>Internet Options>Security tab>Local Intranet>sites>Advanced>Add I'd previously copied the full path to the database...
d_i_s_r
Offline Send Email
Aug 2, 2008
9:42 pm
Messages 63565 - 63595 of 76919   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