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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 43807 - 43836 of 76986   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43807
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
Dec 1, 2006
12:11 pm
43808
Thanks Darrell, I got rid of the Click Event and now the click does highlight a member name, but it is still not consistenly moving the record pointer. I've...
djsdaddy531
Offline Send Email
Dec 1, 2006
12:18 pm
43809
Darrell this is my second post since your last one. I just noticed that it works while I'm testing it if I call the program from the form object box in Access,...
djsdaddy531
Offline Send Email
Dec 1, 2006
12:42 pm
43810
Hi, Can someone please tell me if it's possible to "attach" documents to a database record. I want to be a create links to Word, Excel & PDF document that...
Nige
nigelhjackson
Offline Send Email
Dec 1, 2006
1:12 pm
43811
Humble too, nice. Myra C. Symons-Kazanci ... From: Bill Mosca <wrmosca@...> To: MS_Access_Professionals@yahoogroups.com Sent: Friday, December 1, 2006...
Myra Symons-Kazanci
myrafly
Offline Send Email
Dec 1, 2006
2:13 pm
43812
One way is to create a table with a field that will hold all the file names. Make datatype of the field that is going to hold the file names "hyperlink". Open...
Lonnie Johnson
prodevmg
Offline Send Email
Dec 1, 2006
2:13 pm
43813
depending on the version you are running and as long as the systems have Word Excel and PDF, you can create a hyperlink field. They are a bit tricky and you...
Myra Symons-Kazanci
myrafly
Offline Send Email
Dec 1, 2006
2:44 pm
43814
Portella You can create a macro and use TransferSpreadsheet for the action. If you want to use VBA, you would use DoCmd.TransferSpreadsheet By the way, It...
Bill Mosca
wrmosca
Offline Send Email
Dec 1, 2006
3:15 pm
43815
Bill Thank you for your response. My problem is: I have a very long worksheet consisting of groupings of rows with several cells that contain information that...
portella
ltportellar
Offline Send Email
Dec 1, 2006
4:05 pm
43816
Portella If you name ranges, you can import them separately into Access. Is that what you needed to know? Bill ... worksheet ... information ... determine the ...
Bill Mosca
wrmosca
Offline Send Email
Dec 1, 2006
5:02 pm
43817
David, At this point I'd say post a sample in the AssistanceNeeded folder. The process works in the sample I have using the frmMembersMainData form. Are you...
DLE42@...
embreydl
Offline Send Email
Dec 1, 2006
5:20 pm
43818
Chris, If you wish that subreport header should get displayed even when there is no matching data, it would be necessary to use a wrapper query incorporating a...
A.D.TEJPAL
adt_y
Offline Send Email
Dec 1, 2006
5:46 pm
43819
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
Dec 1, 2006
6:10 pm
43820
Thanks Darrell, I have loaded my file for viewing and any assistance - ROC Church Management Center2. I have a form, "frmGetDates" that will allow a user to...
djsdaddy531
Offline Send Email
Dec 1, 2006
6:24 pm
43821
Hi Everyone - I am in the process of creating a database for a senior animal rescue organization. I have a table that is meant to capture information about...
Chris Thomas
earthshoegoosey
Offline Send Email
Dec 1, 2006
8:30 pm
43822
Hi all - I have another question. I need to add 2 numbers in a form to come up with a total cost. The help section is not very helpful it says to 'type an...
Chris Thomas
earthshoegoosey
Offline Send Email
Dec 1, 2006
8:41 pm
43823
Hi - sorry for all of the questions today! Part of the purpose of my database is to be able to pull out data for a year ie in xxxxyear we spent xxx$ on vet...
Chris Thomas
earthshoegoosey
Offline Send Email
Dec 1, 2006
9:19 pm
43824
Chris, I assume that your form has two text boxes that will have the numbers you want to add into a third text box. I'll call them txtNumber1, txtNumber2 and...
David Tolson
djsdaddy531
Offline Send Email
Dec 1, 2006
9:26 pm
43825
Just create a form based on your table or query, then on the form, make a combo box. Let the Wizard guide you through creating the combo box and when prompted...
Bev Schrum
Denise_Miche...
Offline Send Email
Dec 1, 2006
9:45 pm
43826
Go ahead and store the full date as one field. You can always pull out info for a given year using the Year() function. Paul ... spent ... would I ... ...
Paul
pbaldy72
Offline Send Email
Dec 1, 2006
10:15 pm
43827
... Chris, I assume that you want to populate a field in your MedicalEventTb with data that lets you identify which animal the record is about. If that's...
Paul@...
barongiles
Offline Send Email
Dec 1, 2006
11:11 pm
43828
... Chris, if you need to display the result of this calculation on the form, do this: 1. Create a text box on the form. 2. Set the ControlSource property of...
Paul@...
barongiles
Offline Send Email
Dec 1, 2006
11:12 pm
43829
A.D. I tried this today and had some strange results. I must have done something wrong. At first it seemed to work ok, but then I noticed I couldn't open...
Jim C
liteguy.rm
Offline Send Email
Dec 1, 2006
11:26 pm
43830
This can be done in a query. You don't have to denormalize your data. Select * from YourTable Where Year([Date Spent]) = 2006 Myra C. Symons-Kazanci ... ...
Myra Symons-Kazanci
myrafly
Offline Send Email
Dec 1, 2006
11:44 pm
43831
Thanks Paul. I did that and it worked. Now, is there anyway to do this in the table? I really need it to be a value I can query. I have an idea and I am going...
Chris Thomas
earthshoegoosey
Offline Send Email
Dec 1, 2006
11:53 pm
43832
My idea did not work... ... From: MS_Access_Professionals@yahoogroups.com [mailto:MS_Access_Professionals@yahoogroups.com] On Behalf Of Chris Thomas Sent:...
Chris Thomas
earthshoegoosey
Offline Send Email
Dec 2, 2006
12:21 am
43833
David, Problem 1: You're filtering the form's recordset to the current MemberID on the Contributions form. You have to change frmGetDates' filter property in...
DLE42@...
embreydl
Offline Send Email
Dec 2, 2006
12:29 am
43834
Chris, Here is something to try: 1. Create a query pointing to the table(s) 2. Add an expression field something like: TotalOfFields: [FirstField] +...
Stan Helmle
stanhelmle
Offline Send Email
Dec 2, 2006
12:42 am
43835
Bill What I really need to know is what is the best way to convert a 10,000 rows Excel worksheet into an Access table. Several rows (each row with several ...
portella
ltportellar
Offline Send Email
Dec 2, 2006
4:51 am
43836
Jim, Could you please upload a zipped copy of your file with some nominal sample data, at the earliest? I would try to fix it for you. Also please confirm...
A.D.TEJPAL
adt_y
Offline Send Email
Dec 2, 2006
5:18 am
Messages 43807 - 43836 of 76986   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