I have a db created in access with a table<br>that has a list of fields. I assign a primary key to field (FieldA) that is a numeric-long data type.<br><br>I try to open the query using this command<br>DataEnvironment.rsTblTest.Open _<br>"Select * from tblTest Where FieldA Between '" + lngFldA + "'"<br><br>where lngFldA = cLng(txtFldA.Text)<br>It gives me the error mentioned above.<br><br>Please help...