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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 8468 - 8497 of 21712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8468
I will be out of the office starting 12/31/2002 and will not return until 01/02/2003. I am currently out of the office - returning Thursday, Jan. 2nd...
srollins@...
ironwood9
Offline Send Email
Jan 1, 2003
1:32 pm
8469
Sarah, I would put all the fields you need in a query and generate the labels from the query using the label wizard. You can select the type of Avery label ...
Tesiny, Ed
eptept50
Offline Send Email
Jan 1, 2003
6:24 pm
8470
ADO is in fact the direction of the future, in that MS are phasing out DAO. So yes you can use it. For local stuff (dynamically re writing pass through queries...
simon larsen
goats_fan
Offline Send Email
Jan 1, 2003
9:18 pm
8471
You need to look at some sql quires "slmeikle <slmeikle@...>" <slmeikle@...> wrote:I haven't worked in Access in a while and can't believe I can't ...
Alexander Livits
alivit1
Offline Send Email
Jan 1, 2003
11:28 pm
8472
Hi Everybody, We at Yamaha are upgrading from Access 97 to Access 2002. Our operating system is Windows 2000. After using the automated conversion feature in...
Larry Seabrook
larryxyz2001
Offline Send Email
Jan 2, 2003
6:03 pm
8473
Happy New Year To Everybody. I have a access file1 protect with database password. then, I have another access file2 try to connect to file1, could somebody...
Lum Pooi Yeng
py-lum@...
Send Email
Jan 2, 2003
6:17 pm
8474
If you tell us whats wrong! ie, whats the error message :) Cheers, Andrew ... From: Lum Pooi Yeng [mailto:py-lum@...] Sent: Thursday, 2...
Haslett, Andrew
ahaslettilc
Offline Send Email
Jan 2, 2003
6:38 pm
8475
Yes, we have experienced this once in a while also and not only with conversions but with just modifying a db. 1. Create a new database and import all objects...
John Ruff
papparuff
Offline Send Email
Jan 2, 2003
6:40 pm
8476
Thanks. I've tried that. Sometimes it solves the problem, sometimes not. ... From: John Ruff [mailto:papparuff@...] Sent: Thursday, January 02, 2003...
Larry Seabrook
larryxyz2001
Offline Send Email
Jan 2, 2003
6:54 pm
8477
Thanks Allan, Since I'm using a cboBox to locate the FirstName and the LastName and I'm plucking the LastName out and filling the Invoice database with the...
David McNamara
themaxattelus
Offline Send Email
Jan 2, 2003
6:57 pm
8478
Yes, once you have made the stated corrections, you code (the code you included below) should produce the desired results. ' David McNamara <mcnamaras@...>...
Allan
allan_v_pimb...
Offline Send Email
Jan 2, 2003
7:15 pm
8479
Why bother with a recordset? If the combobox already has first and last names, just use this in the after update event of the combobox: FName =...
Paul <pbaldy72@...>
pbaldy72
Offline Send Email
Jan 2, 2003
9:05 pm
8480
I've read that it is necessary to put indexes on fields that most frequently put on the WHERE clause like IDs. But for booleans like blnPosted or dates is it...
Enzo Zaragoza
onestepclose...
Offline Send Email
Jan 3, 2003
1:38 am
8481
Hi Andrew, Error message is "Password Invalid (Error 3031)" But i confirm it so many times already, i still facing same error message. If i direct open the...
Lum Pooi Yeng
py-lum@...
Send Email
Jan 3, 2003
2:24 am
8482
I use this kind of connection string when I have my database passworded. CONNSTR = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=c:\MyDBase.mdb;" & _ ...
Enzo Zaragoza
onestepclose...
Offline Send Email
Jan 3, 2003
3:01 am
8483
From the Microsoft website: ' ' The connect argument is expressed in two parts: the database type, followed by a semicolon (;) and the optional arguments. You...
Allan
allan_v_pimb...
Offline Send Email
Jan 3, 2003
3:04 am
8484
Dear all, I am just learning about the MS-Access. And now I am trying to create a product database for my company. Everything works okay until my boss ask me...
Nugie
nsulistyawan
Offline Send Email
Jan 3, 2003
3:17 am
8485
Hello Friends, We are having following MS Access Table.we need to generate report as shown in REPORT structure. TABLE1: srno name item MthYear (Date/Time...
shivu kumar
haishivakumar@...
Send Email
Jan 3, 2003
9:20 am
8486
Which Version of Access are you using? With Access2K or AccessXP, this should be relatively easy using a ListBox. I'm going to assume/hope its one of the...
John Ruff
papparuff
Offline Send Email
Jan 3, 2003
9:36 am
8487
Go to help and look at creating Cross-Tab queries. John V. Ruff - The Eternal Optimist :-) Always Looking For Contract Opportunities ...
John Ruff
papparuff
Offline Send Email
Jan 3, 2003
9:57 am
8488
I cannot figure out the problem with one of my tables. If I try to copy a record, it takes over an hour to copy one line item, at the bottom it reads "Copy in...
rjg174 <beckygrafton@...
rjg174
Offline Send Email
Jan 3, 2003
4:21 pm
8489
I don't know if I'm calling it the correct words but what I'm seeking to do is if a user enters text in a text box say the name micheal, and he enters it as...
jbbalbo <jbbalbo@...>
jbbalbo
Offline Send Email
Jan 3, 2003
4:36 pm
8490
Have you ever worked with an input mask? It will correct the case to whatever you want as the user is entering the data. To do this for the example 'MICHAEL',...
rjg174 <beckygrafton@...
rjg174
Offline Send Email
Jan 3, 2003
4:45 pm
8491
You will need to put some code in the AfterUpdate event of the text box you want to modify. 'Convert to ProperCase after data entry has been performed Private...
Crosier, Dawn
dlc110161
Offline Send Email
Jan 3, 2003
4:45 pm
8492
So this answer I gave you yesterday on another board wasn't good enough? Or do you just post all over the place and not even check back? Date: Thu Jan 2,...
Paul <pbaldy72@...>
pbaldy72
Offline Send Email
Jan 3, 2003
6:14 pm
8493
Is your database on a stand-alone computer, network or internet server? How many records in the table in question? When you created the new database, did you...
Allan
allan_v_pimb...
Offline Send Email
Jan 3, 2003
6:44 pm
8494
John, At your company, does this error occur more in the production environment than in development or vice versa? Thanks, Larry ... From: John Ruff...
Larry Seabrook
larryxyz2001
Offline Send Email
Jan 3, 2003
9:53 pm
8495
It is on a network computer. The table contains about 300 records. I did not import the data, I created all records myself. I reboot my copmuter daily and I am...
rjg174 <beckygrafton@...
rjg174
Offline Send Email
Jan 3, 2003
10:18 pm
8496
100% of the time in a development environment. I've never seen it in a work environment. I normally see a file corruption problem in a work evnironment and...
John Ruff
papparuff
Offline Send Email
Jan 3, 2003
11:11 pm
8497
Thanks, John. ... From: John Ruff [mailto:papparuff@...] Sent: Friday, January 03, 2003 2:23 PM To: ms_access@yahoogroups.com Subject: RE: [ms_access]...
Larry Seabrook
larryxyz2001
Offline Send Email
Jan 3, 2003
11:26 pm
Messages 8468 - 8497 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