All:<br><br> Thanks for reading this. I am looking for help on creating an <b>array of records</b>. The array would be based on 2 fields from a recordset. I want to count the occurrence of data in a particular field. For...
Danny:<br><br> both machines are running original versions (development machine running 98) and test machine running 95. I'm going to try the service pack for VB6.0 and see if that makes a difference. Thanks.<br><br>Renae
Danny: <br><br> How do I know what all the files that my program needs are? I downloaded from Microsoft an executable called vbrun60sp.exe (it is supposed to include all of the necessary files for any VB6.0 application, it also...
I found where to set the compatibility..it is under the project properties. In my project, however, I cannot choose the compatitiblity types (all are grayed out). The default setting is -- no compatibility. So I cannot change that. Is it possible that...
HELP!!!<br><br> I created a project and whenever I install it...I get this message! I looked it up on Microsoft.com and their resolution is to Use Binary Compatibility. Unfortunately, I cannot find anywhere that I set any type of Compatibility whenever I am...
All:<br><br> I have an SQL statement (see below) that generates a limited recordset. I want it to generate that recordset based on a particular field being empty (exit_status). In my database, if a particular record has anything in the...
I have a large application with 3 main tables. My application has about 20 different forms...on almost all of these forms, I need a relationship to my database. I have combinations of ADO data controls on my forms as well as code to connect to the database and...
Bruce:<br><br> The wildcard character is no longer a * (star), Microsoft changed it in their new engine to be a % percent sign.<br><br>Renae
I have a report created and in my program I am allowing the user to select a record for printing based on student ID. Therefore my DataMember property is an SQL statement that contains a variable representing the ID. It is as follows:<br><br>With...
Collin:<br><br> That's exactly what I'm doing now...my question was very confusing (I know that)..sorry. My question was this if I am populating 3-4 combo-boxes on the same form...I have the same database connection for each one (seems redundant to...
I have several places in my application where I am connecting to the same database in order to do things like populate a combo-box with data from a particular table. Often this is on the same page/form. How can I create a public function that <b>all forms </b>can access...
Anyone:<br><br> First, thanks for taking the time to read this...I hope you know the answer or it helps you as well. <br><br> I have a combo-box which is populated via a connection to a table from a database. It...
Thank you both very much for your response. RHicks, I tried that, but for some reason it just didn't work for me. Cornerstone....you hit the spot! Great Job..it works exactly as I need it to. Both of your responses are what makes forums like this...
Anybody!<br><br> I have a table with a field for holding an ID number. Whenever the user enters an ID, I would like this number to be saved with any necessary leading zeros. My field length is 10 spaces, therefore, if my user entered 12. I...
I have created a fabulous report structure and it is exactly what I need...now, can I export it or somehow get it into VB without having to re-create? Any help would be much appreciated. I know this is an Access forum..just thought that somebody here might...
How do I programmatically execute an "auto-fill" for a drop-down list?<br><br>For example, say I populate a combo-box with the contents of a field from a table. If my table has 100 records and the particular option the user is looking for is 100, then the user has to scroll...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.