Search the web
Sign In
New User? Sign Up
ms_access · Help and advice for users of MS access
? 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 21375 - 21404 of 21714   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21375
exactly, thankyou my bro! ... From: Bill <graphix.guy71@...> To: ms_access@yahoogroups.com Sent: Saturday, April 26, 2008 1:45:30 Subject: [ms_access]...
anthon suranthon
cheopsbeuah
Offline Send Email
May 1, 2008
1:51 pm
21376
I am a newbie, working with a non-profit organization. They publish a newsletter,I believe it is either MS Word or Publisher. The email address are in an...
Roy Beals
slowandgo2
Offline Send Email
May 1, 2008
10:53 pm
21377
Hello All I have a query I run to tell me when expiry dates for records fall within 90 days of todays date I use this expression in my expiry date column...
Bill
struttech648
Offline Send Email
May 2, 2008
2:09 am
21378
Use Ø Now()+90 and <= Now() +180 papparuff John V. Ruff – The Eternal Optimist J “Commit to the Lord whatever you do, and your plans will succeed.”...
John Ruff
papparuff
Offline Send Email
May 2, 2008
2:53 am
21379
I am good at Access, but not good at coding at all. In fact I don't code at all.  All of my stuff in Access is driven off of what Access produces. ...
Arman, Shirin & Niki ...
arman_shirin
Offline Send Email
May 2, 2008
3:13 pm
21380
Please check the following links that I hope are of help to you: http://databases.about.com/od/tutorials/ss/forms.htm ...
m_saleem_khan
Offline Send Email
May 3, 2008
9:33 am
21381
In the first Form place a Button (Go, Next, OK, Proceed whatever) and in its event procedure: DoCmd.OpenForm "SecondForm" for transfering control to your...
m_saleem_khan
Offline Send Email
May 3, 2008
9:43 am
21382
Kindly check the following links that I hope are of help to you: http://support.microsoft.com/?kbid=210100 http://support.microsoft.com/?kbid=263021 ...
m_saleem_khan
Offline Send Email
May 3, 2008
9:47 am
21383
And here are some more: http://www.mvps.org/access/forms/frm0030.htm http://office.microsoft.com/en-us/access/HA011472041033.aspx ...
m_saleem_khan
Offline Send Email
May 3, 2008
9:55 am
21384
Just to add to what m_saleem_khan said below, you may need to add a criteria to the statement that opens the second form like: DoCmd.OpenForm "SecondForm", , ,...
L Tumbulu
ltumbulu
Offline Send Email
May 4, 2008
2:19 pm
21385
Thank your Mr.Saleem, I've manage to have it printed. The only problem now is that the printed result overlaps the other printed fields where as I've set the...
Djeme Djusoh
djeme98
Offline Send Email
May 5, 2008
1:15 am
21386
In need of assistance here again, I've created navigation buttons that enables the program to display the next or previous record. I have also managed to...
Djeme Djusoh
djeme98
Offline Send Email
May 5, 2008
10:56 am
21387
Hello, How do I display a value from the dropwdown list to a text box in the form? If I immediately display the value of the dropdown list in the textbox, it...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
May 5, 2008
7:47 pm
21388
Not sure what event you are going to use to get the value in there and it also sounds like you have two columns on your drop down. In the After Update of the...
Lonnie Johnson
prodevmg
Offline Send Email
May 6, 2008
1:31 am
21389
Thanks, Lonnie. I will try your suggestion. L y a n n e  R h e e z a  C.  O n g  ... From: Lonnie Johnson <prodevmg@...> Subject: Re: [ms_access]...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
May 6, 2008
2:16 pm
21390
I have two tables: One contains all the fields I need to create a report, except that I'm using an ID number for employees that are listed under 5 fields (A1, ...
Anne W.
ahwatman
Offline Send Email
May 6, 2008
9:57 pm
21391
Hello, Has anyone used an user defined function in Access 2007 as a calculated expression? When I do I get an error message stating that the Undefined Function...
shaetal
Offline Send Email
May 7, 2008
12:41 am
21392
I am self teaching Access by reading, tutorials, and asking ?'s. I have never worked with it before much less set up a data base. I am doing pretty well, but...
hfamilym
Offline Send Email
May 8, 2008
12:22 am
21393
What is it that you want to achieve with Access? More information is needed for us to guide you and we are ready to assist you. Regards Liveson ... From:...
L Tumbulu
ltumbulu
Offline Send Email
May 8, 2008
6:38 am
21394
Well I am not sure either what is it that you are looking for. However, I am appending below some links that I hope will get you started. Kindly note that some...
m_saleem_khan
Offline Send Email
May 8, 2008
12:23 pm
21395
And these also: http://mis.bus.sfu.ca/tutorials/MSAccess/tutorials/intro.pdf http://imet.csus.edu/classic/tools_and_curriculum/access/ ...
m_saleem_khan
Offline Send Email
May 8, 2008
12:32 pm
21396
I have MS Access 2003.  When I open my database and try to create a report it does nothing when I click on "Create report in Design View". When I click on...
Arman, Shirin & Niki ...
arman_shirin
Offline Send Email
May 8, 2008
6:48 pm
21397
Quick question is there a simple expression I can use to tell if a date is 5 years old i.e. I have a date field when a qualification was attained but want to...
Bill
struttech648
Offline Send Email
May 9, 2008
12:40 am
21398
You can use the datediff function to check the difference between the qualification date an now. Bill <graphix.guy71@...> wrote: Quick question...
Shae Tal
shaetal
Offline Send Email
May 9, 2008
12:53 am
21399
But beware! The DateDiff function works on integer years. It doesn't round to the nearest year. So, if you ask it to give the number of years between...
phoogenb
Offline Send Email
May 9, 2008
11:32 pm
21400
I wrote it like this as criteria in my query for example if I wanted to know if it was expiring within a year with a 30 day advance warning now ... it seems to...
Bill
struttech648
Offline Send Email
May 10, 2008
12:04 am
21401
Our workplace went from Access 2003 to Access 2007, now my page footer sum modules on my reports do not seem to work anymore. Is there a better way to do...
rubdel
Offline Send Email
May 10, 2008
4:03 pm
21402
FOund the solution myself. Looks like Macros were disabled on the options menu. Once that was removed, modules work properly. Passing info along to anyone...
rubdel
Offline Send Email
May 12, 2008
3:09 pm
21403
Hello, Does anybody have idea on how to set a column value to Now and move back 60 days. Eg I want the rows values as 05/13/2008, 05/12/2008, 05/11/2008... ...
shaetal
Offline Send Email
May 13, 2008
10:15 pm
21404
Hi, I've been an Access developer for a few years and I've been able to create some nice databases. But now I need to move that skill-set to a web-based...
rmillson2001
Offline Send Email
May 14, 2008
1:28 am
Messages 21375 - 21404 of 21714   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