Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21366

Data Type Mismatch

$
0
0
Code:

ElseIf Opt3.Value = True Then
    Call connection(cnview, App.Path & "\Seeyou.mdb", "endromida")
    'Call connection(cnview, "\\SEEYOU-PC\shared\Seeyou.mdb", "endromida")
    Call Recordset(rsview, cnview, "SELECT * FROM RTshirts where Edate between '" & txtEdate1.Text & "' and '" & txtEdate2.Text & "' order by Pdcode asc")
     
    If rsview.RecordCount = 0 Then
        MsgBox "No Record Found On Query.", vbCritical, "Seeyou"
       
    Else
        Set Ready.DataSource = rsview
        Ready.Orientation = rptOrientLandscape
        Ready.Show
    End If

Name:  error.jpg
Views: 34
Size:  23.9 KB
Attached Images
 

Viewing all articles
Browse latest Browse all 21366

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>