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 20164 - 20193 of 22583   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20164
Hi there I've created an Access Database using Access 2000. However, when I connect the database in Visual Basic 6, it gives an error stating "Unrecognised...
wessel_steyl
Offline Send Email
Nov 5, 2007
3:17 pm
20165
Hi there How many users can connect to the different types of databases, for example Access, Oracle, SQL etc? I have a database application that I want to...
wessel_steyl
Offline Send Email
Nov 5, 2007
3:17 pm
20166
You need to download the latest Service Pack you can find for VB6--if it's still available. I believe it was SP6. That will allow you to read Access 2000 and...
johnsmiley@...
johnsmiley22
Offline Send Email
Nov 5, 2007
3:21 pm
20167
All MSAccess databases create a ghost database as a temporary back up. However, MSAccess 2000 tends to forget to delete the ghost database when the database is...
geoff Smith
sabin3647
Offline Send Email
Nov 5, 2007
3:50 pm
20168
Hi Dwsteyl, This is a question that was very common some years ago, when most everyone was moving from A-97 to A-2000. It has to do with the JET engine used by...
Steve Manser
tileguy2929
Offline Send Email
Nov 5, 2007
5:40 pm
20169
My Apologies John, Sorry, I didn't see that you had already answered Dwsteyl's question. All The Best, Steve T-S: 1244: Monday, November 05, 2007 ...
Steve Manser
tileguy2929
Offline Send Email
Nov 5, 2007
5:44 pm
20170
I'm still lurking... But you and the other smart people gave him the answer, and got there first! -BDN ________________________________ From:...
Neiger, Bruce D
thezorch
Offline Send Email
Nov 5, 2007
6:42 pm
20171
Let's break this down into "can" and "should". All of these are multi-user databases. I have successfully had several people using the same Access back end....
Neiger, Bruce D
thezorch
Offline Send Email
Nov 5, 2007
6:45 pm
20172
Dwsteyl, If my quick answer did not solve your problem then look at the discussion thread at this link: http://www.thescripts.com/forum/thread190443.html ...
Steve Manser
tileguy2929
Offline Send Email
Nov 5, 2007
7:02 pm
20173
are you using ADO or DAO this might help the person who would like to share code with you dwight My code is ADO and it works fine with Access 2000 though I am...
Dwight Norris
choroid_45
Offline Send Email
Nov 6, 2007
5:25 am
20174
Hi Steve It's rare that I get to these before you :) Have a great day! John Smiley ... From: smanser@... To: helpwithvb@yahoogroups.com Subject: RE:...
John Smiley
johnsmiley22
Offline Send Email
Nov 6, 2007
12:48 pm
20175
Ok, this is an area that I am going to research, but I thought that someone might have already done and can give me some keywords to search for. I need to...
Tim Lewis
tlewis_mcleo...
Offline Send Email
Nov 6, 2007
4:44 pm
20176
Found a good start. It is VBScript, but should be easily adpatable to VBA: From the web site: http://techtasks.com/code/viewbookcode/566 ' This code lists the...
Tim Lewis
tlewis_mcleo...
Offline Send Email
Nov 6, 2007
4:48 pm
20177
Hello everyone, I used to code in Access VBA, and recently, i am doing a feasibility study on a project i plan to code in vb-6. Unlike with Access VBA, i can't...
Desmond Neeboi
desmondneeboi
Offline Send Email
Nov 11, 2007
2:55 pm
20178
Desmond this code is from a large project I wrote about 6 years ago this is all the code for a Combo1 box that is ADO connected to an Access Data base the...
Dwight Norris
choroid_45
Offline Send Email
Nov 12, 2007
2:23 am
20179
Here is a simple example... Watch for word wrap on this email... http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=29091&lngWId=1...
Kenneth Danner
racermand289
Offline Send Email
Nov 12, 2007
12:37 pm
20180
Good Morning Desmond, Here is another link, where Randy Birch explains how to use the Win API to make use of Internet Explorer's auto complete feature,...
Steve Manser
tileguy2929
Offline Send Email
Nov 12, 2007
2:42 pm
20181
Desmond, Without the API being used, we don’t really need to use 42 loops, even though I probably would have fun doing it. This gentleman provides a non-API...
Steve Manser
tileguy2929
Offline Send Email
Nov 12, 2007
3:03 pm
20182
Ok, please forgive the off-topic. I want to set up a user on a Windows 2003 server that can remotely run a task such as schtasks. I have been reading and...
Tim Lewis
tlewis_mcleo...
Offline Send Email
Nov 12, 2007
7:11 pm
20183
Hi helpwithvb, I would like to compose a Vbnet program that uses an Excel file to store data fields. Any suggestions? Thanks, BA...
powhood
Offline Send Email
Nov 14, 2007
8:15 am
20184
Hi all, Is it possible to turn off client computers from a server? I need to turn them off at a specified time. Any suggestion would be appreciated. Sam...
saminor2002
Offline Send Email
Nov 14, 2007
2:44 pm
20185
One option would require a little work, but it is doable. On the client computer, create a Scheduled task to turn off the computer. For example, call it...
Tim Lewis
tlewis_mcleo...
Offline Send Email
Nov 14, 2007
3:36 pm
20186
You can also write a vb program to shutdown a machine remotely using the InitiateSystemShutdown API. Regards MikeB ... From: Tim Lewis...
Mike Bouffler
mikebouffler
Offline Send Email
Nov 14, 2007
4:05 pm
20187
Hi Mike, Under the Heading of 16 ways to do anything.... Just a bit more to add to Mike's posting: InitiateSystemShutdown: Terminating Remote Windows Sessions ...
Steve Manser
tileguy2929
Offline Send Email
Nov 14, 2007
7:10 pm
20188
When you print to the file, print each field, followed with a comma. After each record, have it print a vbcrlf. Save the file with the extension of .cvs When...
Jesus Is the Answer
halfof4is2
Offline Send Email
Nov 14, 2007
7:41 pm
20189
I need to wright a program that can record event and link them to a sound file so that when the sound file is played back it will triger the event at the same...
heilyman
Offline Send Email
Nov 15, 2007
12:41 am
20190
Good Evening Heilyman, While this would be, and should be, a difficult task to write from scratch, it seems that it should also be one of those things than has...
Steve Manser
tileguy2929
Offline Send Email
Nov 15, 2007
2:34 am
20191
There are a good many show control systems that do just what you are looking to do...Alcorn McBride is the one used most. However if you're intent on...
Tim Rupp
timrupp804
Offline Send Email
Nov 15, 2007
11:09 am
20192
... Vacation, or another move Tim ? How was Europe. Was it Italy ? Steve ________________________________________ From: helpwithvb@yahoogroups.com ...
Steve Manser
tileguy2929
Offline Send Email
Nov 15, 2007
3:28 pm
20193
Sent out yesterday, but it seems that this post never made it to the HWVB List. By sending this copy, some 21 hours later, I will guarantee that the first copy...
Steve Manser
tileguy2929
Offline Send Email
Nov 15, 2007
3:33 pm
Messages 20164 - 20193 of 22583   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