I am writing a database application that searces the database based on criteria given for one of three fields.
The user is first required to selected the field to search, and then enter the criteria to search for. When the criteria is entered, the user clicks on search. The runs a procedure...
I am working with access....and trying to declare a database variable using...
Dim db as database
but there is no database option, how do I add the DAO library so that this option will exist....
Thanks,
Pesteo :)
I am working on a FoxPro Database project. The project is built and runs fine from the main screen. I built an application file, and that runs and works as desired. I build an executable, and when I double click on the execuatble, It opens the program, and automatically closes it. I have...
Here's the deal, I am working with a Fox Pro Database that has seven tables, I wrote a program that takes that a comma delimited text file, puts it into a cursor, and then from that cursor updates the record in the table...
The update procedure is works as follows, One of the employees is in...
I am working on an access database, writing a dynamic search form.
Code that builds that dynamic search query...
*.........................................................*
Private Sub cmdSearch_Click()
Dim db As Database
Dim rst As Recordset
gstrWhereRec = ""
If...
I have a cursor with which I am trying to update an existing table with the primary keys already entered.
What is the proper way of scaning through the cursor, selecting the matching table in the permanent table, and then passing the values from the cursor into the permanent table...
I am...
Here's the deal, I have got a text file that contains information that needs to be inserted into a table embedded in a database with 500,000 records...
The text file is set up as follows:
"PK", "Date", "ID-Name", "Column_name1", "Data1"...
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.