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...
Want to share photos of your group with the world? 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 13759 - 13788 of 21712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13759
I don't have a code... I have been using the sum feature on the report....
bbridges1964
Offline Send Email
May 1, 2004
4:05 pm
13760
Benny- Well, it will sum to more than 24 hours, but it will then display as a date and a time. The trick is a date/time value has the number of days since Dec...
John Viescas
jlviescas
Offline Send Email
May 1, 2004
4:34 pm
13761
I have created a search form, which prompts the user for several kinds of information--a date range, a team name and a employee name. A report is then...
Sandra Maroney
samaroney
Offline Send Email
May 3, 2004
4:37 pm
13762
Sandra- Why not leave your search form open and let the user go back to it after producing each report? They can change the employee name and click a button ...
John Viescas
jlviescas
Offline Send Email
May 3, 2004
4:49 pm
13763
I thought of that right after I sent the email, John. How do I do that--leave the form open. Right now, I have an OK and a Cancel button on this form. Do I...
Sam Maroney
samaroney
Offline Send Email
May 3, 2004
5:01 pm
13764
John, I have a macro that runs when the user selects this report from the Reports Menu that looks like this: OpenDialog Echo Open Form Opens the DateSearchForm...
Sam Maroney
samaroney
Offline Send Email
May 3, 2004
5:29 pm
13765
What code you you currently have behind the Cancel and OK buttons? Yes, you'll probably have to change it. John Viescas, author "Microsoft Office Access 2003...
John Viescas
jlviescas
Offline Send Email
May 3, 2004
5:32 pm
13766
Let me guess ... You're calling the open form from the Report Open event - and because you're opening it as a dialog, the macro and the report wait until the...
John Viescas
jlviescas
Offline Send Email
May 3, 2004
5:56 pm
13767
I'm trying to figure out how to open a specific excel spreadsheet by command button in Access. Any help/ideas greatly appreciated. Thanks, Rose Marie...
fireroses_2000
Offline Send Email
May 3, 2004
6:00 pm
13768
The simplest way is to use the FollowHyperlink method in VB code: Application.FollowHyperLink "C:\MySpreadSheets\Sheet1.xls" John Viescas, author "Microsoft...
John Viescas
jlviescas
Offline Send Email
May 3, 2004
6:12 pm
13769
You are such a help to everyone! Thank you, John. I took the macro call off of my Report Close, and it seems to be working! Also, thank you so much for the...
Sam Maroney
samaroney
Offline Send Email
May 3, 2004
6:29 pm
13770
Thank you very much, works like a charm! ... spreadsheet by ... Lexmark...
fireroses_2000
Offline Send Email
May 3, 2004
6:34 pm
13771
Hi John, I'm member of the MS-Access Yahoo-group, and I noticed that there's a big gab between most of the other members, with yourself as their chieftain, and...
Visser, Peter
pjeut
Offline Send Email
May 4, 2004
8:15 am
13772
Peter- I believe my "Running Access 97" is now out of print. I went searching on www.amazon.de and didn't find much that would be useful to you. I don't know...
John Viescas
jlviescas
Offline Send Email
May 4, 2004
4:11 pm
13773
HELP! I am trying to create a button that allows fields to be copied into other fields with similar names. There are 4 fields total and I want them to be...
nicholebombard
Offline Send Email
May 4, 2004
6:20 pm
13774
... Nicole, Here is some sample code from one of my applications that does just what you want. Be sure to give textbox name the prefix "txt" in order to...
Neil Squires
greaterdesig...
Offline Send Email
May 4, 2004
6:34 pm
13775
Hello, I have a table with a colum set up with data type as numeber(field size double, and decimal places 14). Everytime I export the table, the records with...
Gerardo
nahuatl71
Online Now Send Email
May 4, 2004
6:40 pm
13776
Nichole- Why do you want to do this? What is the business problem you are trying to solve? When you copy the same data to multiple fields in a table, that ...
John Viescas
jlviescas
Offline Send Email
May 4, 2004
6:41 pm
13777
Neil, Thanks for the information, but for some reason it isn't working. Below is what I typed in. Do you see where I went wrong? Thanks again! Private Sub...
nicholebombard
Offline Send Email
May 4, 2004
7:05 pm
13778
Nicole, One thing that I noticed is that you don't have the error trapping consistent. You say On Error GoTo Err_Error_Logic and then the error block is ...
Neil Squires
greaterdesig...
Offline Send Email
May 4, 2004
7:15 pm
13779
Neil, I made some changes, I think I have copied your language correctly now. For some reason it doesn't do anything when I click the button. Any ideas?...
nicholebombard
Offline Send Email
May 4, 2004
7:21 pm
13780
OK, dumb question but is your command button named btnCopytoApproved or does it have another name Ed Tesiny EdTesiny at oasas.state.ny.us ... From:...
Tesiny, Ed
eptept50
Offline Send Email
May 4, 2004
7:24 pm
13781
Good question, but yes it is named CopytoApproved. ... btnCopytoApproved or ... button....
nicholebombard
Offline Send Email
May 4, 2004
7:38 pm
13782
Nicole, In design view, look a the form. Open the properties window and set the focus (in design view) on the button you want. Make sure it says "[Event ...
Neil Squires
greaterdesig...
Offline Send Email
May 4, 2004
7:46 pm
13783
I was wondering if there was a way to basically edit a field in a table with information from another table. For example, I have two tables, A&B. Table A is...
ffrencher
Offline Send Email
May 4, 2004
9:33 pm
13784
Hello, I have a table where the FIELD11 has the format date MM/DD/YYYY, I want to create another field on the same table with the dates that are in FIELD1 but...
soniarom
Offline Send Email
May 5, 2004
1:04 pm
13785
Why? If the field is date/time data type, you can get any output format you want - the internal format of the data has nothing to do with what you see ...
John Viescas
jlviescas
Offline Send Email
May 5, 2004
1:31 pm
13786
Hi John, thank you for your answer, I will try it and I will let you know. Thank You again. Jr ... format you ... you see ... second format ... the...
soniarom
Offline Send Email
May 5, 2004
1:55 pm
13787
Have a relatively large, complex database that has been working fine. Suddenly, when we open one form - police report - we are getting a message that there...
M&M Coday
codayfamily
Offline Send Email
May 5, 2004
2:31 pm
13788
Make sure you don't have any imbedded pictures as form backgrounds. These cause memory leaks on win98 and 95 platforms that will eventually cause a need to...
Neil Squires
greaterdesig...
Offline Send Email
May 5, 2004
3:01 pm
Messages 13759 - 13788 of 21712   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