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 28611 - 28640 of 76932   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28611
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
Aug 1, 2005
7:33 am
28612
AJ, Sample db named PumpUseStatus_2K.zip, uploaded to files section of this group, might be of further assistance. It demonstrates generation of following...
A.D.Tejpal
adt_y
Offline Send Email
Aug 1, 2005
7:35 am
28613
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
Aug 1, 2005
10:30 am
28614
Mr. Viescas, I did the modification that you wrote down, and came out that the bldg number doesn’t get saved on the appropriate filed on the table. The code...
Milazim Behluli
milazim_behl...
Offline Send Email
Aug 1, 2005
10:30 am
28615
You are trying to make the combo box control "serve two masters." You can either: 1) Give the control a Control Source (make it "bound") so that it updates ...
John Viescas
jlviescas
Offline Send Email
Aug 1, 2005
1:05 pm
28616
I'd like to have a calendar database that I can enter employees vacation and other leave requests and be able to print out a report showing who is on leave on...
Jim C
liteguy.rm
Offline Send Email
Aug 1, 2005
2:02 pm
28617
Jim- You just need to fix your query. I bet you asked for all records that are entirely within the timespan. To ask for all records that cross any part of ...
John Viescas
jlviescas
Offline Send Email
Aug 1, 2005
3:08 pm
28618
Hi guy's, I am trying to get a phone number field to insert the "406" area code if the user does not supply it. I can do it just fine if I remove the input...
Squires, Neil
greaterdesig...
Offline Send Email
Aug 1, 2005
3:22 pm
28619
Thank you for clarifying this with me. So I’m going to add one more filed, control source for Bldg. no. and also I will make Bldg. No as primary key as it is...
Milazim Behluli
milazim_behl...
Offline Send Email
Aug 1, 2005
3:33 pm
28620
Neil- What happens if you set up an input mask? If you want to store just the numbers, you should set up the mask to not include the pattern characters in the...
John Viescas
jlviescas
Offline Send Email
Aug 1, 2005
3:55 pm
28621
John, I got it. I made the input mask !\(000") "000\-0###;;_ Thanks Neil Squires ... From: MS_Access_Professionals@yahoogroups.com ...
Squires, Neil
greaterdesig...
Offline Send Email
Aug 1, 2005
4:06 pm
28622
I fixed it like this SELECT employees.*, LeaveTime.*, [End Date]-[start Date] AS days FROM employees LEFT JOIN LeaveTime ON employees.ID = LeaveTime.EmployeeID...
Jim C
liteguy.rm
Offline Send Email
Aug 1, 2005
4:56 pm
28623
Ok, this seems to work, but I'll test it some more. SELECT employees.*, LeaveTime.*, [End Date]-[start Date] AS days FROM employees LEFT JOIN LeaveTime ON...
Jim C
liteguy.rm
Offline Send Email
Aug 1, 2005
5:02 pm
28624
Jim, As John pointed out previously, all you need to do is compare the leave start date to the range end date and compare the leave ending date to the leave...
Darrell
embreydl
Offline Send Email
Aug 1, 2005
5:29 pm
28625
Jim- It will work if you do exactly as I suggested. Try this: PARAMETERS [Start Date?] DateTime, [End Date?] DateTime; SELECT employees.*, LeaveTime.*, [End...
John Viescas
jlviescas
Offline Send Email
Aug 1, 2005
5:38 pm
28626
Jim- You have made it more complex than necessary. See my earlier reply. John Viescas, author "Building Microsoft Access Applications" "Microsoft Office...
John Viescas
jlviescas
Offline Send Email
Aug 1, 2005
5:39 pm
28627
Yup, that works fine. I mixed up the start and end dates in mine and got them backwards. That is why I ended up making it more complex than it needed to be...
Jim C
liteguy.rm
Offline Send Email
Aug 1, 2005
6:28 pm
28628
Hi everybody, thanks in advance for your help! I have a table in Access with a number of fields in it, most importantly [TravelOrderNum], [DepartDate], and...
Aston 007
cj_hellner
Offline Send Email
Aug 1, 2005
7:33 pm
28629
Bill, when trying to run the below code, I get the following error, Compile Error: Can't Find project or library. At that point, it highlights Chr. In this...
joe_kushner@...
joegkushner
Offline Send Email
Aug 1, 2005
7:34 pm
28630
CJ This gets a recordset of all the pairs ordered by travelordernum and DepartDate. It assigns Outbound to the first one and Homebound to the second one. ...
Bill Mosca
wrmosca
Offline Send Email
Aug 1, 2005
8:04 pm
28631
Joe When Access gives you an error message like that for a built-in function, it usually means you have a missing reference. In the code window, click on...
Bill Mosca
wrmosca
Offline Send Email
Aug 1, 2005
8:19 pm
28632
Hi Bill, Sitting at home (in Sweden) and just tried on a small sample and it seems to working perfectly, THANKS!. Will try on larger scale tomorrow when in...
Aston 007
cj_hellner
Offline Send Email
Aug 1, 2005
8:25 pm
28633
Danny, Thanks for suggesting this. So far I had not gotten DMax to work (probably because of nulls), but I had not looked at domain aggregates at all. They...
banphriosa
Offline Send Email
Aug 1, 2005
8:33 pm
28634
Ah, of course. Thanks, John. There actually is a table already there (tblFactorsPump) that has the pump numbers listed, along with the KW factor and the...
banphriosa
Offline Send Email
Aug 1, 2005
8:44 pm
28635
Glad to be of service. Bill ... and ... one. ... a ... expected. ... The ... thousands. ... roundtrip. ... pairs of ... for ... new ... for...
Bill Mosca
wrmosca
Offline Send Email
Aug 1, 2005
8:48 pm
28636
AD, Thank you very much. So far, I've gotten permission to download your file and obtained WinZip. The database has been extracted and I've had a fast look...
banphriosa
Offline Send Email
Aug 1, 2005
9:35 pm
28637
Group, I have MS Access 2K. I would like to know if anyone here has developed a progress meter that is embedded in a form. For example, I have a macro that...
Isaiah Vi
isaiah_vi
Offline Send Email
Aug 1, 2005
11:21 pm
28638
Isaiah- There's a Progress Bar ActiveX control - but you might need the Developer's edition to get that. And you'll need to learn VB, not use macros. You ...
John Viescas
jlviescas
Offline Send Email
Aug 1, 2005
11:38 pm
28639
Thank you John! Thanks, Isaiah Vi Information Technology Analyst County of San Mateo Human Services Agency Business Systems Group 400 Harbor Boulevard,...
Isaiah Vi
isaiah_vi
Offline Send Email
Aug 2, 2005
12:38 am
28640
I haven't started using it yet. I've been trying to decide whether to learn VBA or go directly to VB Net. I just wanted to make sure I wasn't doing something...
sjmagain
Offline Send Email
Aug 2, 2005
4:00 am
Messages 28611 - 28640 of 76932   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