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...
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 20743 - 20772 of 21714   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20743
I currently have a query that concatenates the last first and middle names of a client into one column. My expression is here below: =[Client_Lname] & ", "...
Isaiah Vi
isaiah_vi
Offline Send Email
Mar 2, 2007
10:59 pm
20744
You'll need to do an "iif" statement... FullName: =iif([Client_Mname] is null, [Client_Lname]&", "& [Client_Fname], [Client_Lname]&", "&[Client_Mname]&" "& ...
Kimberly Lemberg
kimberly_lem...
Offline Send Email
Mar 3, 2007
1:18 am
20745
Never heard back from anyone on this one? Any ideas out there? This works for hourly reports...just want to break it down further. ... From: Dave Moreau ...
Dave Moreau
memairport
Offline Send Email
Mar 3, 2007
7:24 pm
20746
Dave, Maybe you could do a group-by/order-by (hour/4) Dick ... This works for hourly reports...just want to break it down further. ... 15 minutes? ... any...
Dick Root
d1ckroot
Offline Send Email
Mar 4, 2007
6:28 am
20747
Dave, Something like adding a field to your query, rounding the date to quarters of an hour maybe ? RoundedDate:...
Eddie Van
strep21
Offline Send Email
Mar 4, 2007
1:07 pm
20748
I am searching my ldb file (for an opened database). Does anyone know where is the default place for it ? Usually it seemed to put in the same folder as the...
Clauss Gilbert
le_secret_de...
Offline Send Email
Mar 5, 2007
2:20 pm
20749
When i opened my database, no LDB file is created (neither in the same folder nor in another place on the harddisk). How can this happen ? (it is opened in...
Clauss Gilbert
le_secret_de...
Offline Send Email
Mar 5, 2007
3:01 pm
20750
Group, I have the following DMax expression in a unbound text box on a form: ...
Isaiah Vi
isaiah_vi
Offline Send Email
Mar 5, 2007
10:13 pm
20751
Hi there, i have a situation where two different users must open the same MS Access file over a network at the same time without locking the file How can I...
tian_boonzaaier
Offline Send Email
Mar 6, 2007
3:37 am
20752
Is it possible to convert a spreadsheet file created in Excel to an Access file does anybody know? Or do I have to start again from scratch :( Thanks Pat...
smallpaws
smallpawssco...
Offline Send Email
Mar 6, 2007
3:39 am
20753
Dear all, I am trying to have a combo box for auto complete. I have entered following codes combo4_change. But I am not getting the resulst. Can any one help...
Krishnadas Rai T
krishnadas_rai
Offline Send Email
Mar 6, 2007
7:55 am
20754
... Access ... You could import the excel from Access. Krishnadas...
Krishnadas Rai T
krishnadas_rai
Offline Send Email
Mar 6, 2007
7:58 am
20755
What a relief! Thanks for the answer. Pat...
smallpaws
smallpawssco...
Offline Send Email
Mar 6, 2007
8:15 am
20756
You can also use the Excel spreadsheet as virtual Access file. It keeps beeing an Excel file (you can do whatever function you want with Excel on this file),...
Clauss Gilbert
le_secret_de...
Offline Send Email
Mar 6, 2007
11:10 am
20757
Hello If anybody wants to sell his/her book of Organisational Management & Information System P4, then please contact. You are requested to quote the price as...
Sarfraz Shaikh
safee_76
Offline Send Email
Mar 6, 2007
4:12 pm
20758
I was wondering ...... Was my answer that stupid that it even doesn't merit a short reply ? ... -- Eddie [Non-text portions of this message have been removed]...
Eddie Van
strep21
Offline Send Email
Mar 6, 2007
6:54 pm
20759
Thanks very much for this info :) Am going to give it a try this evening. Pat ... beeing an Excel file (you can do whatever function you want with Excel on ...
smallpaws
smallpawssco...
Offline Send Email
Mar 7, 2007
8:19 am
20760
Hi there, I have create a query for lab analysis result. The 1st column name is the Value Chloramphenicol. This column were use to key in the result get from...
iswandyar
Offline Send Email
Mar 8, 2007
2:41 pm
20761
Group, On my form I have this text box that displays "Overdue" when this criteria is met...otherwise it's just blank....see expression below: ...
Isaiah Vi
isaiah_vi
Offline Send Email
Mar 9, 2007
3:20 am
20762
Not at all......I missed your answer as it went to my spam filter...just found it this evening ....thank you! Apologies for missing it....I'll give it a try...
Dave Moreau
memairport
Offline Send Email
Mar 9, 2007
7:03 am
20763
I made the following query: SELECT CONSIGNMENT_CODES.CONSIGNMENT_CODE, sum (INVC_DETAIL.QTY_SHIP*INVC_DETAIL.UNIT_PRICE) FROM INVC_DETAIL, CONSIGNMENT_CODES ...
Mo
send2mo
Offline Send Email
Mar 9, 2007
8:16 pm
20764
Mo I don't know if this question was answered. As you can see CONSIGNMENT_CODES.CONSIGNMENT_CODE does not have aggregate function like Sum, Count, First, etc....
L Tumbulu
ltumbulu
Offline Send Email
Mar 14, 2007
1:59 pm
20765
how do I create a pivot table in microsoft access and how can i do calclations like sum, vlookup in access ?...
grovervandana2002
grovervandan...
Offline Send Email
Mar 15, 2007
10:00 am
20766
Pivot tables are called Crosstab queries in Access. Check under Queries Calculations like Sum, Average, etc are done in queries, forms or reports. It all...
L Tumbulu
ltumbulu
Offline Send Email
Mar 15, 2007
12:28 pm
20767
Hi Everyone, Does anybody know were I can get an autodialer that will intergrate with Access? I need to make it a seemless action that can dial from a ...
Robin
robin5151
Offline Send Email
Mar 15, 2007
12:52 pm
20768
Will give that a shot as well....seems I can't get it resolved yet but I'll bet it is not suggestions such as yours as much as it is my new coding, or lack...
Dave Moreau
memairport
Offline Send Email
Mar 15, 2007
9:24 pm
20769
You could use a VBA function to give you the increment. 10th hour, 4th hour, whatever. Something like this: SELECT [Test Flt Skd].[By Hour],...
Peter Groman
peter_groman
Offline Send Email
Mar 20, 2007
1:08 am
20770
Hello, Does Access-2000 works fine with Vista (the home version of Vista) ? Thank you Gilbert Clauss [Non-text portions of this message have been removed]...
Clauss Gilbert
le_secret_de...
Offline Send Email
Mar 21, 2007
4:32 pm
20771
I have to leave town until April 1st so I am setting the list to unmoderated mode because I won't be able to monitor it. During this time there may be some...
Mr. Matt
n9npp
Offline Send Email
Mar 23, 2007
3:12 am
20772
I need to fill all of the records in a field with the same value. I would like to select the value from a list and have it update. I believe I need a combo box...
dalpalbj
Offline Send Email
Mar 24, 2007
12:52 pm
Messages 20743 - 20772 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