Search the web
Sign In
New User? Sign Up
helpwithvb · A group for those who need help with Visual Basic
? 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 11464 - 11493 of 22566   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11464
Still talking about comparing two sets of equipment listings from two separate databases. I want to generate a query that will delete the records from one...
clarkb003
Online Now Send Email
Mar 1, 2004
5:15 pm
11465
Sometimes I get an error message from Access that the output (delete) query must be an updateable query to run. What I'd do is convert this to a select query...
Sottilaro, Laurie
loriscally
Offline Send Email
Mar 1, 2004
5:42 pm
11466
I have several ADO questions. I have been working on a project using bound datacontrols to connect to the database (ms Access). Due to the problems caused by...
clarkb003
Online Now Send Email
Mar 1, 2004
7:48 pm
11467
OK, I've had time to review your idea, and I do think the way I did it would be more flexible, only because you're not guessing at the number and types of...
Sottilaro, Laurie
loriscally
Offline Send Email
Mar 1, 2004
8:33 pm
11468
Make sure your including the name of the DataBase as a high level qualifier. Other than that are both DBs on the same server? you could write an interface that...
rwfarnkopf@...
rwfarnkopf
Offline Send Email
Mar 1, 2004
9:02 pm
11469
... Will Access automatically supply the Auto-Number field value if you supply the other values for that record ? Also, I thought that I read, or heard, or was...
Steve Manser
tileguy2929
Offline Send Email
Mar 1, 2004
11:00 pm
11470
Both tables were imported into Access from excel spreadsheets. The primary database is from the current system at work. I do not have any idea of what...
clarkb003
Online Now Send Email
Mar 1, 2004
11:07 pm
11471
I have had to post most of my messages twice today before they are picked up. Anyone else having problems? Brian...
clarkb003
Online Now Send Email
Mar 1, 2004
11:09 pm
11472
Thanks! Yes the normailization nazis would hate me -- although i suspect the number of actually empty tables would be minimal. since any properties that I...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 1, 2004
11:19 pm
11473
... From: Steve Manser [mailto:smanser@...] Sent: Monday, March 01, 2004 6:01 PM To: helpwithvb@yahoogroups.com Subject: RE: [helpwithvb] ADO...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 1, 2004
11:26 pm
11474
Does anyone know if there is a way to put a background picture on the whole area of each tab in the SSTab Control and not just the tab part at the top? It...
don clay
dwc309
Offline Send Email
Mar 2, 2004
1:14 am
11475
Hi, I want to connect a MS Access 2000 Database with password set ( Open Exclusive ) with a DSN Connection using ADODC control in VB ( ADO and ODBC ) . Is it...
Santhosh P
qwrewqre
Offline Send Email
Mar 2, 2004
1:23 am
11476
Can't you ad a picture box or a image box on the area below? ... From: "don clay" <donclay@...> To: <helpwithvb@yahoogroups.com> Sent: Monday, March...
natale
natale@...
Send Email
Mar 2, 2004
1:31 am
11477
Hi Bruce, So, are you using the Auto-Num Field as a PK ? All The Best, Steve ... From: Neiger, Bruce D [mailto:Bruce.D.Neiger@...] Sent: Monday,...
Steve Manser
tileguy2929
Offline Send Email
Mar 2, 2004
2:07 am
11478
Good morning all, I have a couple of questions concerning ADO. To begin with I previously received a goodly amount of help from all of you with a project I...
clarkb003
Online Now Send Email
Mar 2, 2004
3:18 am
11479
in a record set you can usually use .movenext or .moveprevious to go backward or forward in a ADO cursor. you would want make your connection within a...
natale
natale@...
Send Email
Mar 2, 2004
4:07 am
11480
I have several ADO questions. I have been working on a project using bound datacontrols to connect to the database (ms Access). Due to the problems caused by...
clarkb003
Online Now Send Email
Mar 2, 2004
4:31 am
11481
The first questions concerns the autonumber fields used in the database used to generate the primary keys for the tables. I do not know how to increment the...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 2, 2004
4:44 am
11482
The two tables I am working with are bases on excel spreadsheets imported into Access. The two actual databases in in uncompatable formats and I do not have...
clarkb003
Online Now Send Email
Mar 2, 2004
5:16 am
11483
Hi, I am new to VB. Can you tell me the steps to create a user defined function in VB. (simple one).. Regards, natale <natale@...> wrote: in a record...
Sameer
mauji80
Offline Send Email
Mar 2, 2004
8:26 am
11484
Good Morning, Public Function AddTwoNumbers( ByVal Num_1 As Long, ByVal Num_2 As Long) As Long Dim nReturnThis As Long nReturnThis = Num_1 +...
Steve Manser
tileguy2929
Offline Send Email
Mar 2, 2004
10:03 am
11485
Maybe I did not answer that correctly. Here are the Steps: 1) What do I need to do ? ( add two numbers ) 2) What Kind of Numbers ? ( Long Data Types ) ...
Steve Manser
tileguy2929
Offline Send Email
Mar 2, 2004
10:18 am
11486
Hi, Iam a new Member of this group. I need help in doing my project in a project where i have to send e-with attachment. Can anybody help me in this subject...
Rose Queen
roses_2u2002
Offline Send Email
Mar 2, 2004
11:13 am
11487
Hi, Please help to how to set up VB mail program with attachment where Outlook express is not installed. ciya Rose...
roses_2u2002
Offline Send Email
Mar 2, 2004
11:14 am
11488
Hi Rose Do you know the email program that will be used? Regards MikeB ... From: Rose Queen [mailto:roses_2u2002@...] Sent: 02 March 2004 09:15 To:...
Mike Bouffler
mikebouffler
Offline Send Email
Mar 2, 2004
12:43 pm
11489
Also, I thought that I read, or heard, or was told, that using auto-number fields as PKs was not a good idea. But I could be wrong. You're not wrong. It;s...
Sottilaro, Laurie
loriscally
Offline Send Email
Mar 2, 2004
2:00 pm
11490
PS. I'm not addressing the ADO question because I've been stuck in Access 97 land for the last several years and thus been using DAO. I expect as I try to...
Sottilaro, Laurie
loriscally
Offline Send Email
Mar 2, 2004
2:02 pm
11491
*sighs* Well, I can tell you that it is possible to connect a client program on a workstation with an access database on a file server (LAN) supplying the...
Sottilaro, Laurie
loriscally
Offline Send Email
Mar 2, 2004
2:12 pm
11492
Hi Brian, This morning I see both of your e-mails in my Inbox. This e-mail, and the e-mail that you had originally sent to the list. Maybe it was all the...
Steve Manser
tileguy2929
Offline Send Email
Mar 2, 2004
2:54 pm
11493
MessageHello Laurie, I find your reasoning in respect of the uses of Primary keys interesting. I've not seen it defined quite like that before. I've created...
geoffs
geoff.sabin@...
Send Email
Mar 2, 2004
2:55 pm
Messages 11464 - 11493 of 22566   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