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 25972 - 26003 of 77014   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25972
That is very close and it gives me some ideas. It would work for new lamps added or installed after the circuit was completed. However, there is another...
Jim C
liteguy.rm
Offline Send Email
May 1, 2005
11:41 am
25973
Jim, I tried to put together a small example. Table : tblJim fields : - autonumber - number (single) - ADDED field : sortnumber The function below fills put...
Eddie Van
strep21
Offline Send Email
May 1, 2005
1:24 pm
25974
Here is how I did something simular in one of my reports. Basically I did not want to count a record if the Primary Street and the memo filed were empty. It...
Jim C
liteguy.rm
Offline Send Email
May 1, 2005
1:42 pm
25975
That's how an export works. If you want to append, you will have to write to the file. Here's an example Public Sub ExportRecs() Dim intFileNum As Integer Dim...
Bill Mosca
wrmosca
Offline Send Email
May 1, 2005
2:20 pm
25978
Thanks Bill for your comment. Do I have to have all the connection code since this is a database that exists locally on my computer and I just want to append...
wisconsin_u2_fan
wisconsin_u2...
Offline Send Email
May 1, 2005
4:15 pm
25979
I am getting a User defined type not defined on Function ReNum() Dim db As DAO.Database ... === message truncated === ...
Jim C
liteguy.rm
Offline Send Email
May 1, 2005
4:36 pm
25980
In the properties of the text box the If statment is is, click on the data tab. At the bottom of the options for that tab, Running Sum is normally set to...
Jim C
liteguy.rm
Offline Send Email
May 1, 2005
4:48 pm
25981
Add Microsoft DAO 3.6 Object Library to your references. ... -- Eddie...
Eddie Van
strep21
Offline Send Email
May 1, 2005
4:49 pm
25982
Essentially, I use Count(ENROLLMENT_LIST_ID) to determine how many students are in a course. Really what I need to do is IIf(Count(ENROLLMENT_LIST_ID) = 1, 1,...
tobhamlet
Offline
May 1, 2005
5:01 pm
25983
I am trying to grab a record set, but i am not getting the first record. I am a total VBA noob so I know this is probably a very easy problem so any help will...
database00118
Offline Send Email
May 1, 2005
5:08 pm
25984
How about this? In the report place a blank text box. look at the properties for it and put in this statement. IIf([PersonID]="",0,1) at the bottom of the...
Jim C
liteguy.rm
Offline Send Email
May 1, 2005
5:19 pm
25985
I don't have know how to do that. Can you walk me through it? ... === message truncated === __________________________________________________ Do You Yahoo!? ...
Jim C
liteguy.rm
Offline Send Email
May 1, 2005
5:20 pm
25986
To this I can attest!! There is a batch file that I wrote in the files on this list that deploys new versions of a front end to each user's home drive. I place...
JustMeBG
justmesandiego
Offline Send Email
May 1, 2005
5:43 pm
25987
Ok, Jim Open your code window ( Alt-F11) Choose on the menu : Tools/References Scroll down (almost to the middle) until you see Microsoft DAO 3.6 Object...
Eddie Van
strep21
Offline Send Email
May 1, 2005
5:50 pm
25988
John, As I understand it, BOF is true BEFORE the first record, and EOF AFTER the last record....
Eddie Van
strep21
Offline Send Email
May 1, 2005
5:58 pm
25989
I am wondering which method is better to use for a query. 1) For each query set up the necessary tables relationships in design view, and extract the columns...
tobhamlet
Offline
May 1, 2005
6:00 pm
25990
Good morning, I have been stuck with the Data Access Page. What I would like to do is to create one button with the Javascripts embeded. When the record has...
tamrak
Offline Send Email
May 1, 2005
7:14 pm
25991
Hi all hope your well I'm after some ideas on how something could work in access and if it's indeed possible. The task I'm trying to create and job delivery...
dandare2020
Offline Send Email
May 1, 2005
8:01 pm
25992
Yes, the code goes in the database. Create a form. Put a command button on it using the command button wizard. The button's click event should call the ...
Bill Mosca
wrmosca
Offline Send Email
May 1, 2005
9:34 pm
25993
can you provide a copy of the batch file for reference?...
J. Coon
liteguy.rm
Offline Send Email
May 1, 2005
9:46 pm
25994
We have Beth's batch file in our Group Files section. I whole-heartedly endorse it. Regards, Bill Mosca Founder _____ From:...
Bill Mosca
wrmosca
Offline Send Email
May 2, 2005
12:41 am
25995
Is there a way to get that the SortNumber back in the number field so that field gets rid of strange numbers like 3.512 3.61, etc? ... === message truncated...
Jim C
liteguy.rm
Offline Send Email
May 2, 2005
2:00 am
25996
Thanks. I think I'll look into breaking my databases up into front end and back end ones and using this batchfile. I ended up making most of the front end...
Jim C
liteguy.rm
Offline Send Email
May 2, 2005
2:32 am
25997
Rick, In absence of Beth, who might not be available over the week-end, I would like to put forth the following. Your existing code for populating the list box...
A.D.Tejpal
adt_y
Offline Send Email
May 2, 2005
5:16 am
25998
To All Could someone help with the following. I have a form that has several options for a report that is the same format for all options. But the options are...
A..Connolly
smiley2004_10
Offline Send Email
May 2, 2005
10:02 am
25999
Is there any program out there that can create forms and VB code buttons for example beeps 5 time and search button for a field and the list goes on. Thank You...
josecsoto2000
Offline
May 2, 2005
11:32 am
26000
I am going to develop a Banking Solution for very small branches of a Bank. The branches are standalone and no remote transactions will be made i.e. only the...
Mohammad Abdullah Zub...
zubairsemail
Offline Send Email
May 2, 2005
11:32 am
26001
Hi All, I am going to develop a Banking Solution for very small branches of a Bank. The branches are standalone and no remote transactions will be made i.e....
Mohammad Abdullah Zub...
zubairsemail
Offline Send Email
May 2, 2005
11:33 am
26002
Marcus, Guidelines need to be considered in proper perspective. Quite often, repeated admonitions against use of certain styles or features, create the...
A.D.Tejpal
adt_y
Offline Send Email
May 2, 2005
12:16 pm
26003
Marcus- Because of the OUTER JOIN, you're getting at least one row even when nobody is enrolled - and COUNT counts rows. I suspect you'll need a subquery to...
John Viescas
jlviescas
Offline Send Email
May 2, 2005
12:21 pm
Messages 25972 - 26003 of 77014   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