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 21656 - 21685 of 21712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21656
Dear Friends, i am Facing some problems in the database i have created named( Offer creation ) Simply i have a table for ( clients, products, offer--> links...
Mohamed HaSSaN Marie
spdp1900
Offline Send Email
Jun 7, 2009
11:10 am
21657
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ms_access group. File : /OFFER.accdb ...
ms_access@yahoogroups...
Send Email
Jun 7, 2009
11:18 am
21658
I have the following code behind my report button that gives me a snap shot of my reports, but the way the code should work is given me the option to view the...
k.storeybradfield1
k.storeybrad...
Offline Send Email
Jun 12, 2009
11:55 am
21659
I'm sure this problem was addressed yesterday in AccessDevelopers forum. Probably delivery to ms_access forum was just delayed. Cheers Liveson ... From:...
Liveson Tumbulu
ltumbulu
Offline Send Email
Jun 12, 2009
1:04 pm
21660
I have a web site that is accessed by several programs and I keep getting an error.. This is the code that I am using and info from the hosting company. Can...
johnny100g
Offline Send Email
Jun 12, 2009
3:53 pm
21661
Hello all, I need some help generating a sum of 2 fields, where at least one field is in blank. I've attached a very small database that shows what I'm trying...
P S
psanchez95
Online Now Send Email
Jun 13, 2009
5:14 pm
21662
Use the Nz function. This will replace any Nulls with a zero. Private Sub B_LostFocus( )      SUM = Nz(A,0) + Nz(B,0) End Sub ...
Lonnie Johnson
prodevmg
Offline Send Email
Jun 15, 2009
12:17 am
21663
Hi Pablo, Try This: Sum = nz([A]) + nz([B]) Hope this will help.... jre...
jre.phils
Offline Send Email
Jun 15, 2009
3:44 am
21664
Hello Roy, This is all I needed and it worked: If isnull(A) then SUM = B If isnull(B) then SUM = A If not isnull(A) and A <> "" and not isnull(B) and B <>...
P S
psanchez95
Online Now Send Email
Jun 16, 2009
3:13 am
21665
Thank you....
psanchez95
Online Now Send Email
Jun 16, 2009
4:58 am
21666
I am trying to do a popup form that will only display the records for the current record on the main form. Does anyone have some advice, as I am going in...
Jerry Lundquist
Lou_Zerr
Offline Send Email
Jun 24, 2009
4:45 am
21667
I have a database that I use mainly on the same machine, with a briefcase replica on a flash drive, partly as a backup and also to facilitate portability. I...
stephenharpermalawi
stephenharpe...
Offline Send Email
Jun 24, 2009
4:45 am
21668
Hi Jerry,      Based on your message, I believe you are looking for "subform" rather than "popup".  In development work, it is important to have the...
Eugene Fleming
eugenefleming
Offline Send Email
Jun 25, 2009
12:15 am
21669
Hi Jerry,    Based on your message, I believe you really mean "subform" instead of "pop-up".  In computer work it is important to have the terminology...
Eugene Fleming
eugenefleming
Offline Send Email
Jun 25, 2009
12:15 am
21670
Hi Jerry,      My apologies to all the group members.  I am not acustomed to writing replies on Yahoo e-mail.  It keeps sending out the reply when I try...
Eugene Fleming
eugenefleming
Offline Send Email
Jun 25, 2009
12:15 am
21671
Hi Jerry,   ... From: Jerry Lundquist <lou_zerr@...> Subject: [ms_access] Getting Popup Form to Only Show Records for Current Main Form Record To:...
Eugene Fleming
eugenefleming
Offline Send Email
Jun 25, 2009
12:16 am
21672
I am working on a database for a friend of mine that really enjoys playing RPG games. In this database, I'm designing a report that will produce the printed...
winstar58
Offline Send Email
Jul 6, 2009
12:24 pm
21673
Hi,   ... From: winstar58 <jacarter@...> Subject: [ms_access] Access 2007 Report Help - Numbered Boxes To: ms_access@yahoogroups.com Date: Saturday,...
Eugene Fleming
eugenefleming
Offline Send Email
Jul 6, 2009
1:09 pm
21674
Hi,   I do not know the answer even if I had that data.  It is an interesting question.  Unfortunately, one of the limitations in the Yahoo groups is that...
Eugene Fleming
eugenefleming
Offline Send Email
Jul 6, 2009
1:20 pm
21675
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ms_access group. File : /Need...
ms_access@yahoogroups...
Send Email
Jul 6, 2009
5:42 pm
21676
The Word document is in the "Need Help" folder. The name of the document is "Sample Game Control Panel.doc" and it is in Word version 97-2003. I apologize for...
winstar58
Offline Send Email
Jul 6, 2009
5:44 pm
21677
... From: "Eugene Fleming" <eugenefleming@...> ... Actually, the group moderator or owner can determine the attachment settings. I don't know the default...
guitar48@...
blittle48
Offline Send Email
Jul 7, 2009
2:17 am
21678
Najm; Try this: 1. In the Invoice table, make the Project Number AND the Customer Number a two-part key field. You can do this in the design view of the...
winstar58
Offline Send Email
Jul 7, 2009
2:10 pm
21679
Pablo; Here's what I would do: 1. Create a query with your table as the record source. 2. Drag the A field down to the Query Design Grid and drop it on the...
winstar58
Offline Send Email
Jul 7, 2009
4:56 pm
21680
Using a qbe grid, in the design mode, how can i parse a Name field containing a name and a maiden name in the same field to two seperate fields. Example: Name ...
skyking_18017
Offline Send Email
Jul 11, 2009
10:10 pm
21681
Hello all, I have a database that I would like to create a process that after the user fills in the form the data in the table is copied to another database as...
luvmymelody
Online Now Send Email
Jul 14, 2009
6:52 pm
21682
I'vd designed a shared database for commercial department with access 2007 and in this version there no "user level security". so I need to know how to use the...
youssef2309
Offline Send Email
Jul 20, 2009
1:29 am
21683
Hi All, I would like to design a hierarchical table that is similar to a geography table. The challenge is that for some region you need to skip a level....
zprasla@...
zprasla...
Offline Send Email
Jul 21, 2009
11:54 am
21684
Hi all, I have a macro to transfer the results of a query on one form to another form. I have it repeating the macro to equal the number of records displayed...
Keith Browning
Keith_Browning
Offline Send Email
Jul 21, 2009
10:59 pm
21685
Hi again. Worked around my problem by adding a "end of file" record, so it is the last one selected becomes the one missed in the transfer. Not a good fix but...
Keith Browning
Keith_Browning
Offline Send Email
Jul 24, 2009
1:01 am
Messages 21656 - 21685 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