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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 14142 - 14171 of 21712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14142
When I sum checkboxes in a query they total the checkboxes as 0 or -1 so the totals result in negative numbers. How can I resolve this and obtain positive...
Dave Moreau
airportpalm
Offline Send Email
Jun 1, 2004
1:05 pm
14143
Hello, friends! Do you need to develop software or website? Post your project for free and get quotes! If you are owner of software company or freelancer this...
avheanan
Offline Send Email
Jun 1, 2004
1:12 pm
14144
can you not put a negative sign in the query field. e.g sum_checkBox: -[CheckBox] and then group in the query Or something similiar. ... or -1 so the totals...
gbonner1974
Offline Send Email
Jun 1, 2004
1:17 pm
14145
Not using a formula to calculate...just using the sum function to sum the field on the select query page. Perhaps I should use a calculation expression rather...
Dave Moreau
airportpalm
Offline Send Email
Jun 1, 2004
2:30 pm
14146
Hi: i need convert a significant .mdb from 97 ==> 2003 and i need generate an assessment on the conversion effort and risk involved; the .mdb is DAO intensive...
verndegeus
Offline Send Email
Jun 1, 2004
2:39 pm
14147
Dave- Then do: =-Sum([MyField]) John Viescas, author "Microsoft Office Access 2003 Inside Out" "Running Microsoft Access 2000" "SQL Queries for Mere Mortals" ...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2004
2:41 pm
14148
By "significant number of macros" do you mean Visual Basic code or actual macro objects. No "production" application in Access should use any macros. Before...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2004
2:55 pm
14149
I'm converting several large applications from A97 to A03. The conversion should be relatively straight forward with the likely exception of any coded DAO...
Hamilton. Tom
tom_hamilton...
Offline Send Email
Jun 1, 2004
2:59 pm
14150
Tom- One correction: Access 2003 now references DAO by default in any new database and places it ahead of ADO in the references list. (Microsoft finally...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2004
3:34 pm
14151
T: thanks V ... conversion should be relatively straight forward with the likely exception of any coded DAO recordset declarations. Where they are likely...
verndegeus
Offline Send Email
Jun 1, 2004
3:50 pm
14152
J: thank you; your advice on this reply , and another one you wrote from my same inquiry, helps a lot V ... actual ... any macros. ... is fully ... some ... ...
verndegeus
Offline Send Email
Jun 1, 2004
3:51 pm
14153
Thanks for the correction John, I was recalling some 2000/XP conversions - where you had to reference the DAO library. I've been using Access since inception...
Hamilton. Tom
tom_hamilton...
Offline Send Email
Jun 1, 2004
4:07 pm
14154
Tom- First, thanks for the "thanks!" I do it primarily for the satisfaction of helping others. I've been using Access (code name Cirrus) since late 1990, but...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2004
5:06 pm
14155
I've created a 3 column report with one of the columns being "review date". What I'd like to do is grab the most recent review date and place it in the section...
Boehm, Gary D.
gboehm23060
Offline Send Email
Jun 1, 2004
5:45 pm
14156
Gary- Put a text box in the header, and set its control source to: =Max([ReviewDate]) That should get the latest (most recent) review date for the group. John...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2004
6:22 pm
14157
DHB, Your problem translates into finding the largest possible combination of records (for a given grade) where the positive & negative values of the OffSet...
A.D.Tejpal
adt_y
Offline Send Email
Jun 1, 2004
6:30 pm
14158
Thank you John, that did the trick. Gary ... From: John Viescas [mailto:JohnV@...] Sent: Tuesday, June 01, 2004 2:22 PM To: ms_access@yahoogroups.com ...
Boehm, Gary D.
gboehm23060
Offline Send Email
Jun 1, 2004
6:31 pm
14159
Hi There - I am going crazy trying to figure this out! My menu bar is missing from Access 2000...(File, Edit...) I have tried going to the customize toolbars...
jpfeifer0503
Offline Send Email
Jun 1, 2004
7:10 pm
14160
Jenni- I believe the only way to delete a built-in command bar is to dink with the Registry. So, you're saying that you don't see "Menu Bar" at all on the ...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2004
9:10 pm
14161
mr.viescas, does it mean that i have to create the query first? i've look into your samples of databases but i can't understand all the vb codes. does vb will...
buttercityforever
buttercityfo...
Offline Send Email
Jun 2, 2004
4:22 am
14162
Hello! After 48 hours this new group for posting offshore projects has 80 members. And there are already some messages! If you are company owner or freelancer...
Av HeAnan
avheanan
Offline Send Email
Jun 2, 2004
8:31 am
14163
I have a fairly complicated problem with executing an IIF statement in a query. Hopefully somebody will be able to help me with this. I have a query within my...
grace_adair
Offline Send Email
Jun 2, 2004
8:43 am
14164
To build a custom search form, you'll normally perform these steps: 1) Design a query that displays the data you want. 2) Create a form or report to format...
John Viescas
jlviescas
Offline Send Email
Jun 2, 2004
12:15 pm
14165
Grace- I'm having a hard time picturing the table structure that would support this. I would imagine you have a "tables" table that lists all tables in the...
John Viescas
jlviescas
Offline Send Email
Jun 2, 2004
12:28 pm
14166
Hi Guys, I got my form/subform working ... sort of. Thank you very much everyone especially John O'Malley for the wonderful help and inspiration and...
Ilona Wright
ilonawright
Offline Send Email
Jun 2, 2004
12:59 pm
14167
Ilona- You should normally use the form header to display captions, unbound search controls, or bound controls that you don't want the user to update. When ...
John Viescas
jlviescas
Offline Send Email
Jun 2, 2004
1:28 pm
14168
Thank you Thank you Thank you That worked very well. If you have the time, what does AfterUpdate actually mean in regards to this date control in the...
Ilona Wright
ilonawright
Offline Send Email
Jun 2, 2004
1:45 pm
14169
Hi Grace, I must admit I have not fully understood your problem but I have had some experience with QUERY and have discovered that it is not very smart when it...
Ilona Wright
ilonawright
Offline Send Email
Jun 2, 2004
1:55 pm
14170
Ilona- After Update means just what it says - the event fires *after* the text being typed into the control is saved to the form buffer. So yes, it fires when...
John Viescas
jlviescas
Offline Send Email
Jun 2, 2004
2:13 pm
14171
Thank you John. My mind set has been fixed on "AfterUpdate" being concerned with a record being updated. Thank you very much. Ilona Adelaide, Australia ... ...
Ilona Wright
ilonawright
Offline Send Email
Jun 2, 2004
2:23 pm
Messages 14142 - 14171 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