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...
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...
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...
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...
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...
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....
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 ...
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...
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:...
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...
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...
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 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...
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,...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...