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 34411 - 34440 of 76929   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34411
Thanks so much Abraham ... and...
clever_man_34
Offline Send Email
Mar 1, 2006
8:39 am
34412
Hi All Professionals, In my program, a report contains multiple pages. Since I always need to view the last page first, I'm trying to set this process...
Shan Roy
shanro_im
Offline Send Email
Mar 1, 2006
9:52 am
34413
Hello Group: I have about 30 linked excel tables that I want to combine all the data onto one table/query. So new at this - what would be my best option and...
quest3750
Offline Send Email
Mar 1, 2006
11:43 am
34414
If you tell him to raise the hood on his car, will he know what to do? Maybe we should call that a quadrabaldy so they don't get confused? It makes about as...
Jim C
liteguy.rm
Offline Send Email
Mar 1, 2006
11:52 am
34415
Excellent. Thank you Steve. I'll do exactly that. I've actually used DTS, but frankly it confused me as to how I made it work. I've looked it over and over and...
raysgoogle
Offline Send Email
Mar 1, 2006
12:44 pm
34416
There are several approaches I thought of that would work for this. I would set up a form with a button which will print your report. In addition to the...
ihatespam22222
Offline Send Email
Mar 1, 2006
1:34 pm
34417
There's a pretty good book on creating DTS packages on SQL Server 2000 by Rabeler. It's called SQL Server 2000 DTS. John -- John V. Ruff – The Eternal...
papparuff@...
papparuff
Offline Send Email
Mar 1, 2006
1:42 pm
34418
Guys, I have a combo box and is linked to a query. Suppose I want to choose an item from a combo box, is it possible for me to just type one letter or number...
Finance - Renante Mar...
Renante@...
Send Email
Mar 1, 2006
1:46 pm
34419
Make a group query and instead of choosing sum in status column, try using count. ... From: MS_Access_Professionals@yahoogroups.com ...
Finance - Renante Mar...
Renante@...
Send Email
Mar 1, 2006
1:50 pm
34420
I have a list of purchase orders in a table. I know how to find the last purchase order for each part by using the Total function with "Last". BUT, for my...
joygilray
Offline Send Email
Mar 1, 2006
2:01 pm
34421
Sounds like you need a primary key so that you can take the last record and subtract 1 from it to get your next to the last record. ... ...
kris Christie
laby46
Offline Send Email
Mar 1, 2006
2:13 pm
34422
I am new to the group and am a beginner in ms access. I have what I think is a simple question and posted it yesterday but cant seem to find it. So forgive me...
jsrocco_24
Offline Send Email
Mar 1, 2006
2:25 pm
34423
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the MS_Access_Professionals group. File :...
MS_Access_Professiona...
Send Email
Mar 1, 2006
2:26 pm
34424
I was always under the impression that 'select' queries did exactly that...select information from a table or other query based upon ceratin criteria. If you...
richbrodr
Offline Send Email
Mar 1, 2006
2:34 pm
34425
I uploaded the PlantingUpdatableQuery1 into the assistance needed file. Not sure why the form will not allow new records to be added, are my primary keys...
rrambo899@...
rrambo898
Offline Send Email
Mar 1, 2006
2:38 pm
34426
I am using the same form to enter data and to update what has been entered. I think that is a big mistake because now I'm running into all kinds of problems. I...
Irene Mechail
leachy8394
Offline Send Email
Mar 1, 2006
2:57 pm
34427
One asterisk to all this is that DTS is said to be changed radically in MSSQL 2005. I have it on the shelf, not installed yet, so I can't say from experience...
Steve Conklin
stephenmconklin
Offline Send Email
Mar 1, 2006
3:09 pm
34428
Rene, I had an overzealous firewall issue with my outgoing email for the last few weeks, and that is why my posts were not appearing in the group. All of my...
Linda Burnside
ihatespam22222
Offline Send Email
Mar 1, 2006
3:11 pm
34429
Okay. The data I'm using is coming from another program, I have just linked to the table in that program/database. If I can get a primary key defined - how...
joygilray
Offline Send Email
Mar 1, 2006
3:26 pm
34430
Jim Maybe this will help clear it up... We as developers tend to use a standard terminology to help avoid confusion. I don't know how many times I've seen...
Bill Mosca
wrmosca
Offline Send Email
Mar 1, 2006
4:11 pm
34431
Irene Go ahead and upload a zipped sample to our Files>AssistanceNeeded folder. The combo box problem is because you don't have one of it's properties set...
Bill Mosca
wrmosca
Offline Send Email
Mar 1, 2006
4:16 pm
34432
Hi, nice to hear from you and always thanks for your help. I still remember (or maybe faintly) the firewall issue I had when I added service pack 2 to xp,...
rrambo899@...
rrambo898
Offline Send Email
Mar 1, 2006
4:20 pm
34433
Try putting the Last record in a subquery, and then an outer join with your original table: SELECT Last(Table1.purchase_order) AS SecondToLast FROM Table1 LEFT...
Eric Douglas
ericdouglas17
Offline Send Email
Mar 1, 2006
4:53 pm
34434
Joyce Here is one I use to get the 2nd and 3rd latest lab results for each lab item (LIS_Num) for each patient. The trick is to use count to generate a series...
Bill Mosca
wrmosca
Offline Send Email
Mar 1, 2006
5:50 pm
34435
Shanro, Sample code in form's code module as given below (in click event of the button used to open the report named "R_Test"), would ensure automatic...
A.D.TEJPAL
adt_y
Offline Send Email
Mar 1, 2006
6:04 pm
34436
Perhaps a UNION query: SELECT Field1, Field2 FROM ExcelTable1 UNION ALL SELECT Field1, Field2 FROM ExcelTable2 UNION ALL SELECT Field1, Field2 FROM ExcelTable3...
Paul
pbaldy72
Offline Send Email
Mar 1, 2006
6:08 pm
34437
Have you tried setting the Auto Expand property of the combo to Yes? Paul ... beginning word...
Paul
pbaldy72
Offline Send Email
Mar 1, 2006
6:10 pm
34438
Many developers bind forms to queries, rather than directly to the tables. There are various reasons for this, often to restrict the records returned to the...
Paul
pbaldy72
Offline Send Email
Mar 1, 2006
6:19 pm
34439
You need to create a way of uniquely identifying the records. It sounds like an easy way is to create a new field in the query that is the text without the...
runuphillracing
Offline Send Email
Mar 1, 2006
7:06 pm
34440
I want to look up orders, by item number, on the main orders form. frmOrderSheet is based on tblOrdersMain. This form has several subforms. The one in question...
runuphillracing
Offline Send Email
Mar 1, 2006
7:15 pm
Messages 34411 - 34440 of 76929   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