VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Searching the database between two set of dates

Mario Caringal (Mariosoft)  (1 Submission)   Databases/Data Access/DAO/ADO   VB 6.0   Unknown Difficulty   Mon 17th January 2005   Mon 8th February 2021

Searching the database between two set of dates

API Declarations


2 Text control label it with (t1, and t2)
1 mshflexgrid
1 command button

Dim conn As ADODB.Connection
Dim rs As ADODB.Recordset
Function connectDB()
Set conn = New ADODB.Connection
Set rs = New ADODB.Recordset
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source= " & App.Path & "\databasename.mdb"
End Function


Rate Searching the database between two set of dates (1(1 Vote))
Searching the database between two set of dates.bas

Searching the database between two set of dates Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters