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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 54439 - 54469 of 76912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
54439
Hi Shan Roy, Glad to hear that it works. However, when I saw what I had posted, I realized that it had a redundant 'If,Then,Else' clause which I should have...
Clive Williams
horastacatto
Offline Send Email
Nov 1, 2007
10:14 am
54440
Bill and all, Since the subject was brought up, what are the differences between Access databases and SQL databases? Where is a good source to begin? ...
liz_ravenwood@...
lizravenwood
Offline Send Email
Nov 1, 2007
2:56 pm
54441
How do we call a module for a query object's criteria? The Public Function name is getCntlDate(). Thanks in advance! Mike...
mithomas48
Offline
Nov 1, 2007
3:57 pm
54442
Hi Mike, if your function has no parameters, it will evaluate the same for every row ... and this may not be what you want. If it is, all you have to do is put...
Strive For Peace
strive4peace...
Offline Send Email
Nov 1, 2007
4:13 pm
54443
Hi Clive, I too had understood and ignored that clause when I read Ur code 1st time and I'm sorry for not letting you know that. Thanks (Shan Roy) Clive...
Shan Roy
shanro_im
Offline Send Email
Nov 1, 2007
4:15 pm
54444
I'm working in Access 2000 and cleaning up data imported from excel sheets where the date was entered both as a date and as a date range (ie. 1/1/01-1/6/01 or...
Shay
whisperwright
Offline Send Email
Nov 1, 2007
4:25 pm
54445
Crystal, I copied the below syntax in the criteria section of the query object and got the error, The expression you entered contains invalid syntax". Please...
mithomas48
Offline
Nov 1, 2007
4:26 pm
54446
She misunderstood what you were asking. You want getCntlDate( ) in the criteria. It's too easy that's whats messing you up. Myra C. Symons-Kazanci ... From:...
Myra Symons-Kazanci
myrafly
Offline Send Email
Nov 1, 2007
4:39 pm
54447
Hi Mike, 1. Please post the code of your getCntlDate() function. 2. Tell us where getCntlDate() is getting it's input from if it is not obvious in the code. ...
Clive Williams
horastacatto
Offline Send Email
Nov 1, 2007
4:44 pm
54448
How much data. If it's not too much, fix it. Do a query that pulls up the non dates and fix them. If you see patterns use update queries. It seems to me...
Myra Symons-Kazanci
myrafly
Offline Send Email
Nov 1, 2007
4:49 pm
54449
When entering the function as the query criteria for the field "rec_date" I get a compile error that says, compile error in query expression...
mithomas48
Offline
Nov 1, 2007
4:56 pm
54451
Hi Shay, ... this is not right, you also need # at the end... ... Warm Regards, Crystal * (: have an awesome day :) * ... ...
Strive For Peace
strive4peace...
Offline Send Email
Nov 1, 2007
5:07 pm
54452
For how much, about 8000 records total of which I'd estimate at least half are giving me the data mismatch error ... I have the original data in one field and...
Shay
whisperwright
Offline Send Email
Nov 1, 2007
5:08 pm
54453
I double checked on that and it's still returning data mismatch error and stopping. ... -- ¤´¨) ¸.·´¸.·*´¨) ¸.·*¨) (¸.·´ (¸.·`¤ Shay...
Shay
whisperwright
Offline Send Email
Nov 1, 2007
5:09 pm
54454
Shay You can filter out the non-dates this way: SELECT MyField WHERE IsDate(MyField)=False Regards, Bill Mosca, Microsoft Access MVP Founder,...
Bill Mosca
wrmosca
Offline Send Email
Nov 1, 2007
5:28 pm
54455
Hi Mike, in your function, you are assigning a non-existent field in the recordset to your return value this: getCntlDate = rs.Fields("cntl_ effective_ date") ...
Strive For Peace
strive4peace...
Offline Send Email
Nov 1, 2007
5:29 pm
54456
Clive Why not just use that line directly in the query? I don't see a need to call a function to do it. Or am I missing something? Regards, Bill Mosca,...
Bill Mosca
wrmosca
Offline Send Email
Nov 1, 2007
5:32 pm
54457
Hi Shay and Others, I have been working on this for a while so here goes. I have tested it with a mix of values. These are the functions that I came up with: ...
Clive Williams
horastacatto
Offline Send Email
Nov 1, 2007
6:47 pm
54458
Hi Shay and Others, Here are the fuctions updated to handle single dates. I have posted the lot rather than updates. Note that I based them on the expectation...
Clive Williams
horastacatto
Offline Send Email
Nov 1, 2007
7:02 pm
54459
Hi Bill, You are right Bill. The way I read it was the function output was needed for a variable. My function started off life with a lot of tests and quite a...
Clive Williams
horastacatto
Offline Send Email
Nov 1, 2007
7:10 pm
54460
Hi Mike and All, I thought I had sent this message but found it still in NotePad. I had gone off to check what I was going to write and forgot about the...
Clive Williams
horastacatto
Offline Send Email
Nov 1, 2007
7:24 pm
54461
Is there a way to distribute "automatic updates" (or patches)to an existing program that was produced with MS Access 2003 Developer? I developed a program...
Brian Register
briankregister
Offline Send Email
Nov 1, 2007
7:51 pm
54462
Well you Could have them re-install each time. Ahh what a bore. Did everyone install to the same place? Did you use an install program in the first...
Myra Symons-Kazanci
myrafly
Offline Send Email
Nov 1, 2007
7:58 pm
54463
Thanks for the reply! Each user did indeed install the database to the same directory. I used the package wizard to generate to necessary files for...
Brian Register
briankregister
Offline Send Email
Nov 1, 2007
8:09 pm
54464
You could still split it. Even though it's packaged. (the advantage would be you'd only have to redistribute the little one) In past with a built package...
Myra Symons-Kazanci
myrafly
Offline Send Email
Nov 1, 2007
8:24 pm
54465
Hello All - I am new to access (familiar with Oracle and some sql server). I am working on a project where I want a user to enter a store # and a date and then...
boscofb
Offline Send Email
Nov 1, 2007
8:25 pm
54466
Brian I assume you split the database. And I assume you did not change the table schemas. How do you wish to check for updates and send them out? The internet?...
Bill Mosca
wrmosca
Offline Send Email
Nov 1, 2007
8:35 pm
54467
Hi, I wanted to transfer query to a particular range in the excel workbook under "sheet1". I am using this code to transfer this. DoCmd.TransferSpreadsheet...
Prasanna Kumar
pkj7461
Offline Send Email
Nov 1, 2007
8:40 pm
54468
Brian I didn't read this post before I responded. Because the database is not split, you will have to write code to insert all existing records into the new...
Bill Mosca
wrmosca
Offline Send Email
Nov 1, 2007
8:41 pm
54469
Clive The OP did say a variable was to be used, but as we worked our way through it, it looked to me like it was not necessary. Some of our threads are like...
Bill Mosca
wrmosca
Offline Send Email
Nov 1, 2007
8:44 pm
Messages 54439 - 54469 of 76912   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