How can I search through an access database using
SELECT*FROM [TableName] WHERE [FieldName] = textbox1.text
Is there a way I can call the row number in order to return other fields from that row into textboxes? Any help would be greatly appreciated!