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 20796 - 20825 of 21714   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20796
I have three record and i need access to show me how is first an second......ext Like: 34 second 22 Third 102 first...
hdkhs123
Offline Send Email
Apr 2, 2007
7:57 am
20797
Sounds like you want to know the Order. You would then use the Order By in your SQL Syntax or pick Acending or Decending from the Sort line in the design view...
Lonnie Johnson
prodevmg
Offline Send Email
Apr 2, 2007
11:55 am
20798
I have developped an Access Ap that runs in a Access 2000 Envrionment. I was wondering if I updated to office 2007 would I still be able to develop as though...
eileen1309
Offline Send Email
Apr 2, 2007
8:35 pm
20799
I have table contain a many record and I want access support me to give me what is the first , second, third like: 123 third 1222 first 1000 second ….ext...
hdkhs123
Offline Send Email
Apr 4, 2007
6:59 am
20800
I have table contain a many record and I want access support me to give me what is the first , second, third like: 123 third 1222 first 1000 second ….ext...
MOHMED AFFIFY
hdkhs123
Offline Send Email
Apr 4, 2007
7:02 am
20801
I have a function, NextCustomerId(),that adds 1 to the last customer number in my "Customer" table. It works. Debug.Print displays the number that I want. I...
ttcdan
Offline Send Email
Apr 6, 2007
10:08 am
20802
DanT Try to enter =NextCustomerId() as the default value of the CustomerNumber field (in the property sheet). Open the form in design view. Right-click on the...
L Tumbulu
ltumbulu
Offline Send Email
Apr 6, 2007
10:52 am
20803
Thanks , that was the solution. I was going in that direction but kept missing it....
DanTTC@...
ttcdan
Offline Send Email
Apr 6, 2007
3:19 pm
20804
Does anyone know a source for an Access ZipCode table. I'm looking for a table with US ZipCodes that will give me the City when I enter a ZipCode on my form....
ttcdan
Offline Send Email
Apr 7, 2007
12:16 am
20805
Hi Dan, This might help you: http://www.usps.com/ncsc/addressinfo/addressinfomenu.htm?from=zclsearch&page=ais However, there is a fee for it.... ~Izzy ... Does...
Izzy
isaiah_vi
Offline Send Email
Apr 7, 2007
1:29 am
20806
http://www.zip-code-database.org/Download/ There is a fee. I found it to almost comprehensive. I'd wish it were address sensitive, but it does provide city,...
access.guru@...
designs4urneeds
Offline Send Email
Apr 7, 2007
5:31 am
20807
Here's one Dan. http://databases.about.com/od/access/a/zipcodedatabase.htm...
ruralguy99
Offline Send Email
Apr 7, 2007
12:47 pm
20808
Will a databse written with Access 95 be compatable with later versions? I would thing so. However, is a database written in Access 2000 compatable with Access...
ttcdan
Offline Send Email
Apr 7, 2007
7:01 pm
20809
I have a problem with grouping to show for 1 order with multi deductions in 2nd table and multi expenses in 3rd table linked together by a common field. The...
levchuka
Offline Send Email
Apr 8, 2007
3:42 pm
20810
http://msaccess.batcave.net This site contains comprehensive, straight forward summaries of the major concepts,issues, and approaches related to databases. You...
erangahnd6kan
Offline Send Email
Apr 8, 2007
3:44 pm
20811
http://msaccess. batcave.net This site contains comprehensive, straight forward summaries of the major concepts,issues, and approaches related to databases. ...
Eranga De Silva
erangahnd6kan
Offline Send Email
Apr 8, 2007
3:53 pm
20812
Hi there, You can have all the people in one table and have that table in a many-to-many relationship with itself: tblPeople ... [ID],[LastName],[FirstName] ...
phoogenb
Offline Send Email
Apr 9, 2007
3:31 pm
20813
Dan, Access 2000 can save databases in Access 97 format, but not in earlier formats. Peter...
phoogenb
Offline Send Email
Apr 9, 2007
3:38 pm
20814
Hi Eileen, You can't really simulate an office 2000 environment in Access 2007. You might consider installing the two side by side on your computer (in fact, I...
phoogenb
Offline Send Email
Apr 9, 2007
3:40 pm
20815
I have a table that has many null fields and I want to replace them with say a zip code of 30512. How do I write the query? something like: if zip_code -...
Bud Blubaugh
budblubaugha...
Offline Send Email
Apr 10, 2007
2:00 am
20816
Hi Bud, I just wrote a response which I lost to a python error on the yahoo website. Here's the abbreviated version: 1: IsNull() is a VBA function 2: IS NULL...
phoogenb
Offline Send Email
Apr 10, 2007
4:03 pm
20817
I have a DB of customers some of whom I do business with multiple times but for different reasons each time. I need to be able to copy the record, "cut and...
CapitalLease
Offline Send Email
Apr 10, 2007
4:03 pm
20818
I have a record in which I take Field "A" and subtact Field "B" and that creates the answer in Field "C". That works fine in the record/form, but when I then...
CapitalLease
Offline Send Email
Apr 10, 2007
4:07 pm
20819
Hi again, It depends. Are you doing the merge in word? Are you basing it on a table (I guess so)? Is field C calculated on the form or in a query (I guess...
phoogenb
Offline Send Email
Apr 10, 2007
4:16 pm
20820
Hi Capital, First, if you need to create identical records then your database design almost certainly doesn't conform to basic principles of normalization. If...
phoogenb
Offline Send Email
Apr 10, 2007
4:16 pm
20821
Peter, My answers in yellow First, if you need to create identical records then your database design almost certainly doesn't conform to basic principles of ...
Bob Runyon
CapitalLease
Offline Send Email
Apr 10, 2007
4:37 pm
20822
Hi Bob, The color didn't come through. Normalization is not specific to Access, but to relational database design in general. If you do business with some...
phoogenb
Offline Send Email
Apr 10, 2007
5:09 pm
20823
Yes I am using Word, and I really don't know if the result is only shown on the screen or saved to the file. How do I get it to save to the file? Bob CAPITAL...
Bob Runyon
CapitalLease
Offline Send Email
Apr 10, 2007
5:47 pm
20824
Bob, Where is the calculation performed? Peter ... shown on ... file? ... On Behalf ... that ... ps.com, ... and ... the ... blank....
phoogenb
Offline Send Email
Apr 10, 2007
6:42 pm
20825
On the data entry form CAPITAL AGREEMENTS CORPORATION Tele 888. 583. 0400 Fax 888. 583. 0401 Nationwide Commercial Financing & Leasing since 1989 ... From:...
Bob Runyon
CapitalLease
Offline Send Email
Apr 10, 2007
7:08 pm
Messages 20796 - 20825 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