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 22828 - 22857 of 76906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22828
Does anyone know in which DLL the following command resides: currentproject.accessconnection I have an ADP than runs fine in Access XP but when I run it in ...
richard_lally
Offline Send Email
Feb 1, 2005
10:16 am
22829
heloo..oo can anyone give a simple code.. how to search mytable name on databases thank you very much regards jery ...
verly yuli
do_sa_ver
Online Now Send Email
Feb 1, 2005
2:01 pm
22830
The Microsoft Office 2000 Developer MSDN Library has this function using ADO which should do what you want :- Sub ListAccessTables2(strDBPath) Dim cnnDB As...
Dan Powderhill
danaspelite
Offline Send Email
Feb 1, 2005
2:17 pm
22831
Richard- The AccessConnection property is undocumented. Shouldn't you be using CurrentProject.Connection? In any case, CurrentProject and its properties are...
John Viescas
jlviescas
Offline Send Email
Feb 1, 2005
2:28 pm
22832
I'll very appreciate if anyone can please help me solve my problem. I already spent a lot of time but without success I have a report (rptDeedMortgage) that...
accessquestions
Offline Send Email
Feb 1, 2005
2:33 pm
22833
John It sounds like you are using that wonderful new feature...the XP firewall. I turned it off and use ZoneAlarm, but I bet there is a way to allow...
Bill Mosca
wrmosca
Offline Send Email
Feb 1, 2005
3:31 pm
22834
Bill- Oh, it lets me download the file. I just have to know to reset the properties to be able to open it. Not much different than acknowledging the Zone...
John Viescas
jlviescas
Offline Send Email
Feb 1, 2005
4:38 pm
22835
As I understood it, in Access XP I have to use .accessconnection for SQL databases because .connection only works for Jet databases. If .accessconnection has...
richard_lally
Offline Send Email
Feb 1, 2005
5:28 pm
22836
ok, here's a new one: how do I refer to the database window to togle it? Private Sub Command70_Click() 'Toggle database window visibility If...
JustMeBG
justmesandiego
Offline Send Email
Feb 1, 2005
5:58 pm
22837
Richard- I stand corrected. I tried to find it in XP help - and, as usual, came up semi-dry. When I highlight AccessConnection in the Object Browser and...
John Viescas
jlviescas
Offline Send Email
Feb 1, 2005
6:30 pm
22838
' Select the Database Window DoCmd.SelectObject acTable, , True ' Hide the window that has the focus RunCommand acCmdWindowHide John Viescas, author "Building...
John Viescas
jlviescas
Offline Send Email
Feb 1, 2005
6:55 pm
22839
Hello AJ, I apologize for not getting back sooner. I caught the office bug and I've been a bit sluggish the past few days. The error you are getting is because...
Darrell
embreydl
Offline Send Email
Feb 1, 2005
7:14 pm
22840
Abe, Use (or omission) of keep together property requires the best compromise between two conflicting factors, namely (a) Accept empty spaces but make sure...
A.D.Tejpal
adt_y
Offline Send Email
Feb 1, 2005
7:29 pm
22841
How do I connect my form letter document to my database so that the names and addresses of the individuals will appear in a merge style? Does this make sense?...
Elie
elyeji
Offline Send Email
Feb 1, 2005
7:50 pm
22842
A.D.- I took a quick look at his report, and I couldn't figure out what it is he's trying to do. He has defined multiple Group Headers on the same value and ...
John Viescas
jlviescas
Offline Send Email
Feb 1, 2005
7:56 pm
22843
I guess eventually, we won't be able to do anything but browse! No Downloads, no email attachments,... Soon the Post Office will stop delinvering mail to your...
Bill Mosca
wrmosca
Offline Send Email
Feb 1, 2005
8:06 pm
22844
Elie That's a bit out of our scope. That would be something you should be able to get from Word help or an Office user group. I believe you create a query in...
Bill Mosca
wrmosca
Offline Send Email
Feb 1, 2005
8:16 pm
22845
Bill- Create a query is a good start. Then choose Tools / Office Links / Merge it With Microsoft Word. That fires up the Mail Merge Wizard in Word using the ...
John Viescas
jlviescas
Offline Send Email
Feb 1, 2005
8:28 pm
22846
thanks guys John Viescas <JohnV@...> wrote:Bill- Create a query is a good start. Then choose Tools / Office Links / Merge it With Microsoft Word....
Me (Moi)
elyeji
Offline Send Email
Feb 1, 2005
8:44 pm
22847
I, along with the numerous others, have been frustrated for years with reports and their grouping habits. However, after playing around with one specific...
Beth Moffitt
bethmoffitt2
Offline Send Email
Feb 1, 2005
8:50 pm
22848
A.D.Tejpal, You have excellent eyes, YES I spent a lot of hours to get this reports done. First, thanks for your time and reviewing my problem. I'm not ready...
accessquestions
Offline Send Email
Feb 1, 2005
8:54 pm
22849
Holy Moly! That's the easiest thing I've ever seen. After Word opens there is a mailmerge bar right there to insert your fields. I guess Office really is...
Bill Mosca
wrmosca
Offline Send Email
Feb 1, 2005
8:59 pm
22850
John Viescas, As for I can see, there is no way to make this as one big report without using all theses sub reports. Some information of this DB (This DB is a...
accessquestions
Offline Send Email
Feb 1, 2005
9:13 pm
22851
Abe- Because there are many subtopics for each Mortgage, you probably will have to use subreports. Do some Deeds have no mortgage? (I would guess the answer...
John Viescas
jlviescas
Offline Send Email
Feb 1, 2005
9:30 pm
22852
Yesterday everything was working fine. I have not changed anything. Today, when I opened the form, I got this message: "The expression you entered has a...
joannelewis12000
joannelewis1...
Offline Send Email
Feb 1, 2005
9:34 pm
22853
John Viescas, Actually that's how the reprt is configured now. I use query that uses an Outer Join from Deeds to Mortgages. However, I can just add the sub...
accessquestions
Offline Send Email
Feb 1, 2005
10:04 pm
22854
JoAnne- Well, something changed. <s> If you open the form module and choose Compile from the Debug menu, does the compile run OK? If not, you'll need to fix ...
John Viescas
jlviescas
Offline Send Email
Feb 1, 2005
10:06 pm
22855
Beth, I hope Bill doesn't mind me answering this :) To hide the database window : DoCmd.SelectObject acTable, , True DoCmd.RunCommand acCmdWindowHide To unhide...
Eddie Van
strep21
Offline Send Email
Feb 1, 2005
10:19 pm
22856
Hi all, I've got a form that is being a nightmare. I have a combo-box that is unbound. It is pulling a single field from a query as it's rowsource. SELECT...
Squires, Neil
greaterdesig...
Offline Send Email
Feb 1, 2005
10:26 pm
22857
Here's a solution for this very weird quik....hope the fix holds. Access 2003 The fix is to copy the control name and paste it over itself. Then it will work....
Squires, Neil
greaterdesig...
Offline Send Email
Feb 1, 2005
10:52 pm
Messages 22828 - 22857 of 76906   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