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 18771 - 18800 of 21713   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18771
Hi John, Can I use DCOUNT for this on my form? I've created a text box on my form with the following ControlSOurce: =DCount("[Skidid]","SHIPPINGDETAIL","[SO#]...
Mike Bisson
erpguruwannabe
Offline Send Email
Nov 1, 2005
6:49 pm
18772
Mike- If you fix the syntax, that should give you a total count, but it won't number each row. Is SkidID unique? If so, you might be able to generate the...
John Viescas
jlviescas
Offline Send Email
Nov 1, 2005
7:04 pm
18773
Yes, Skidid is unique. I've actually decided to just have a text box on the form that displays the count of skidid's related to the SO# entered on the form....
Mike Bisson
erpguruwannabe
Offline Send Email
Nov 1, 2005
7:25 pm
18774
Mike- Easy to do if you make the subform a Continuous Form view. You can line up the controls to look like a datasheet if that's what you prefer. Open up the...
John Viescas
jlviescas
Offline Send Email
Nov 1, 2005
7:32 pm
18775
Thanks John, I will give that a try tonight :) ... From: ms_access@yahoogroups.com [mailto:ms_access@yahoogroups.com] On Behalf Of John Viescas Sent: Tuesday,...
Mike Bisson
erpguruwannabe
Offline Send Email
Nov 1, 2005
8:36 pm
18776
Hi john, Your query is working fine in ms-access, but if you use the same query in VB6.0 programming is returning few records compared to that of ms-access. In...
Mahesh kumar
access_mk
Offline Send Email
Nov 2, 2005
11:20 am
18777
Mahesh- Are you using ADO from VB6? If so, you need to change the wildcard: SELECT * FROM T1 WHERE F2 LIKE "45,%" OR F2 LIKE "%,45,%" OR F2 LIKE "%,45" OR F2...
John Viescas
jlviescas
Offline Send Email
Nov 2, 2005
12:48 pm
18778
Hi John, As usual, works perfectly! Thanks so much :) ... From: ms_access@yahoogroups.com [mailto:ms_access@yahoogroups.com] On Behalf Of John Viescas Sent:...
Mike Bisson
erpguruwannabe
Offline Send Email
Nov 2, 2005
1:49 pm
18779
Yeah.. thank you John. Yes Iam using ADO2.5 and as per your suggestion I have changed the wildcard char to %, and Its really working. Thank you very much. ...
Mahesh kumar
access_mk
Offline Send Email
Nov 3, 2005
4:29 am
18780
hellooo............ I am trying to develop an employee information system wich saves the info about the employee and his family that have a medical care Can...
m2ns2n
Offline Send Email
Nov 3, 2005
11:30 am
18781
Hi, I am a librarian, and I have a database that someone else has programming in 1997 by using MS Access '97. It has 7 tables. Three of them are the point of...
ivcebos
Offline Send Email
Nov 3, 2005
11:30 am
18782
Mahesh- Yes. ADO accepts ANSI-Standard SQL. Access uses the old DOS * and ? wildcards, but the ANSI wildcards for LIKE are % and _ -- the same as SQL ...
John Viescas
jlviescas
Offline Send Email
Nov 3, 2005
1:01 pm
18783
Do you mean that the report is blank when you open it in Print Preview? If so, then the query must be filtered in some way so that it returns no rows. What...
John Viescas
jlviescas
Offline Send Email
Nov 3, 2005
1:43 pm
18784
I'm having an issue with VBA not running properly and simply hanging for some reason on a delivered product. I've created an application that is working just...
Les OBrien
hrisconsultant
Online Now Send Email
Nov 4, 2005
7:04 am
18785
I have a form which calculates a labor cost(laborcost) and adds a hardware cost(HWCost) to generate the total amount due(Cost). The values to calculate...
chadcbc
Online Now Send Email
Nov 5, 2005
12:18 am
18786
Chad- It's generally not a good idea to store calculated values in a table. If one of the variables in the calculations changes later, the stored value will...
John Viescas
jlviescas
Offline Send Email
Nov 5, 2005
12:47 am
18787
That worked....now for one more question...I need to separate flights out by time every quarter of any hour. 07:00 07:15 07:30 07:45 08:00 I have a field...
Dave Moreau
memairport
Offline Send Email
Nov 5, 2005
11:10 pm
18788
P.S. Thank you for the first reply...how rude of me not to say so. dave ... From: ms_access@yahoogroups.com on behalf of Dave Moreau Sent: Sat 11/5/2005 5:10...
Dave Moreau
memairport
Offline Send Email
Nov 6, 2005
5:20 am
18789
Dave- Take a look at the Partition function to segment your data by 15 minute intervals. John Viescas, author "Building Microsoft Access Applications" ...
John Viescas
jlviescas
Offline Send Email
Nov 6, 2005
2:15 pm
18790
I am trying to make a database simple for other users, I have the switchboard set up nicely with full screen, but the user can click minimize and see the...
Carl Vogt
crvogt_ny
Offline Send Email
Nov 6, 2005
2:28 pm
18791
Carl- Set Control Box to No and Close Button to No. You can get rid of the Menu Bar by setting the Menu Bar property to =1. To hide the toolbar, execute: ...
John Viescas
jlviescas
Offline Send Email
Nov 6, 2005
2:38 pm
18792
Will do. Thanks. ... From: ms_access@yahoogroups.com on behalf of John Viescas Sent: Sun 11/6/2005 8:11 AM To: ms_access@yahoogroups.com Cc: Subject: RE: RE:...
Dave Moreau
memairport
Offline Send Email
Nov 6, 2005
5:11 pm
18793
Hello Experts, I have this membership database i am working on which has an option of active/expired field in it i use that field to filter the active memebrs...
Hassan
malung786
Offline Send Email
Nov 6, 2005
6:56 pm
18794
I would guess that you defined member types as a lookup, but the data type is a number. If the lookup is to another table, simply include that table in your...
John Viescas
jlviescas
Offline Send Email
Nov 6, 2005
7:06 pm
18795
John, Thanks that does the trick, one more I still have that pesky minimize box in the upper left corner can that go away too?? thanks for your help Carl ... ...
Carl Vogt
crvogt_ny
Offline Send Email
Nov 6, 2005
7:24 pm
18796
Carl- Set Min Max Buttons to None. John Viescas, author "Building Microsoft Access Applications" "Microsoft Office Access 2003 Inside Out" "Running Microsoft...
John Viescas
jlviescas
Offline Send Email
Nov 6, 2005
7:31 pm
18797
Thanks alot GUY! it worked!! ... Yes\No field ... where ... of ... On Behalf ... table? ... am ... another ... the ... simply...
Hassan
malung786
Offline Send Email
Nov 6, 2005
7:36 pm
18798
John, Had that set to none,,, also tried to use Max only but the min box (box box thing )appears no matter what,, Maybe it is because I force full screen for...
Carl Vogt
crvogt_ny
Offline Send Email
Nov 6, 2005
9:06 pm
18799
Thanks John for a quick reply, yuo are almost right data type is set as text. In the main properties of my report i have this command which sees only active...
Hassan
malung786
Offline Send Email
Nov 6, 2005
9:40 pm
18800
I see MemberType is text, but in the one sample row, you have the number 1 in that field. If 1 = Yearly Member, then change MemberType to Number, Long ...
John Viescas
jlviescas
Offline Send Email
Nov 6, 2005
9:56 pm
Messages 18771 - 18800 of 21713   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