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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 15286 - 15315 of 76906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15286
beautiful, that did the trick. that is ridiculous that the other ways do not work. Thanks ... design ... subreport ... order ... (set by ... query. ... field...
banqueteurocomca
banqueteuroc...
Offline Send Email
Jun 1, 2004
12:10 pm
15287
Actually, this makes sense. Many reports can be configured to use one query and the sort order may need to be different for each report. So, instead of...
papparuff@...
papparuff
Offline Send Email
Jun 1, 2004
12:37 pm
15288
They never do. I don't know why Access even has them as options. Bill ... From: banqueteurocomca [mailto:dpell@...] Sent: Tuesday, June 01,...
Bill Mosca
wrmosca
Offline Send Email
Jun 1, 2004
1:06 pm
15289
Because you *can* group a subreport, and when you define any grouping, the report engine must override any sort specified in the query and do its own sorting. ...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2004
2:16 pm
15290
Thanks Bill. I'll check it out. Neil Squires ... ===== MSDeveloper Add-Ins Library http://propertychampion.com/Developer_Tools/Addins/Addins.html ...
Neil Squires
greaterdesig...
Offline Send Email
Jun 1, 2004
3:06 pm
15291
this is a quick and dirty freebie solution. Program sits in your systray and traps the Click Yes Outlook security question Express ClickYes ...
martyconnelly
Offline Send Email
Jun 1, 2004
4:03 pm
15292
I've looked into Click Yes. It's a great little program for personal use, but I think the dll would be a better solution for distributing to a group of users....
Bill Mosca
wrmosca
Offline Send Email
Jun 1, 2004
4:11 pm
15293
Okay, I have a few Access questions. First off, I'm using Access 2000. I'm also not well versed in Access for I am a lowly receptionist. I only know the...
zoemommy2003
Offline Send Email
Jun 1, 2004
6:11 pm
15294
... Do you know how to access the database window? (You may be working with a compiled database that won't allow design changes) If you can get to the list...
Daniel Koster
danielgkoster
Offline Send Email
Jun 1, 2004
6:26 pm
15295
Megan- Do you ever need to edit anything in this form or add new records? If not, then you can open the form in Design view, open the Properties window, and ...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2004
6:38 pm
15296
I don't think it's a good idea to have a receptionist edit any forms or reports; unless permission is given by the programmer or department head. Just plain...
Eddie Keator (tech)
eddiejobseeking
Offline Send Email
Jun 1, 2004
9:09 pm
15297
Thanks for your help. I'll give this a try and see if I can get it to work. If not, I'll be back. Megan ... working ... can get to ... your ... properties...
zoemommy2003
Offline Send Email
Jun 1, 2004
9:14 pm
15298
I would like to set up the Margins on my report, by code. Not File/Page Setup/Margin Top margin 1" Left margin 3" I'll open this report with a command button. ...
myhnews
Offline
Jun 1, 2004
9:51 pm
15299
I would like to have the information from the left portion of the string Like the street address Can you please finish this function? Public Function...
myhnews
Offline
Jun 1, 2004
10:01 pm
15300
Hi; I need to open & run MS Access and open reports from my VB program WITHOUT knowing where Access is installed. Please advise. Thanks...
realbetta
Offline
Jun 2, 2004
12:33 am
15301
... Dim objAccess As Object Set objAcess = CreateObject("Access.Application") objAccess.OpenCurrentDatabase "C:\MyDb\MyDB.mdb" objAccess.DoCmd.OpenReport...
John Viescas
jlviescas
Offline Send Email
Jun 2, 2004
12:43 am
15302
First of all, when you dimension variables as you did, only the last one is dimensioned as a string. All the others are dimensioned as Variants...not good. It...
Bill Mosca
wrmosca
Offline Send Email
Jun 2, 2004
12:57 am
15303
Hi all I'm have found that when I put a list box in a field that it will repeat, or renew or be there if you will, with each new record made. but the cells...
Mike
kraxman
Offline Send Email
Jun 2, 2004
6:16 am
15304
Mike- What is the Record Source of this form? What is the Row Source of the list boxes? Are the list boxes bound to fields in the Record Source (have a field...
John Viescas
jlviescas
Offline Send Email
Jun 2, 2004
12:20 pm
15305
Bill, Thanks for your help I just realized that I also need to have filter the street name Currant information 14 Broadway rd #14b 1 Place pl #6j 556 Park av...
myhnews
Offline
Jun 2, 2004
1:21 pm
15306
I have several Fonts that don't work properly when using it in Access report. All the labels or text boxes that have numbers, the text & number will not be...
myhnews
Offline
Jun 2, 2004
1:29 pm
15307
If you just want the first text string after the number, you can use Mid and Instr, but I suspect you want "Broadway rd" not just "Broadway". Also, you might...
John Viescas
jlviescas
Offline Send Email
Jun 2, 2004
1:38 pm
15308
Good day. Thank you for starting up such a great group. I have just joined and I'm really looking forward to learning new stuff. I'm working in a small...
edzenhardknox
Offline
Jun 2, 2004
2:02 pm
15309
Welcome to our group! One of the big rules of relation databases is DO NOT STORE CALCULATIONS. There are rare exceptions, but this is a case where the rule...
Bill Mosca
wrmosca
Offline Send Email
Jun 2, 2004
2:10 pm
15310
Hmmm... I have never seem Access change fonts so I can't help you there, but as to the alignment, if you do not specify left, center or right align, all...
Bill Mosca
wrmosca
Offline Send Email
Jun 2, 2004
2:16 pm
15311
Oh my! Creating a "real" inventory control application in a database is a daunting task. Northwind has UnitsInStock and UnitsOnOrder fields in the Products...
John Viescas
jlviescas
Offline Send Email
Jun 2, 2004
2:21 pm
15312
Hi John; Thank for your help, but could you help me a little more. I don't know how to tie my old pieces of codes to your. OR BETTER YET you could show me a...
realbetta
Offline
Jun 2, 2004
2:42 pm
15313
... * this is not a form this is a table the list boxes in the table are working. When I start a new record the list box appears in all the answer fields. but...
michael kraxberger
kraxman
Offline Send Email
Jun 2, 2004
3:12 pm
15314
Ah, a secured database. I found this code snippit on www.mvps.org/access: Dim db As DAO.Database Dim oAcc As Access.Application Const TMP = "fooz.mdb" Set...
John Viescas
jlviescas
Offline Send Email
Jun 2, 2004
4:22 pm
15315
Michael- You should be doing this in a form, not a table. Where are the questions stored? If you have a separate table with all the valid questions, you can...
John Viescas
jlviescas
Offline Send Email
Jun 2, 2004
4:26 pm
Messages 15286 - 15315 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