I am in need of help, I have a Access Database where I am trying to extract data from, I'm using
VB.NET.
I have 3 columns labelled Chassis, Board and HDD Type, I have written data to the database.
I am using a
VB.NET form where I have 3 dropdown lists for the 3 colums.
The error I receive when trying to query the database is as follows
ERROR
There was a problem executing your query
Please check your query and database and try again. Details;
Syntax Error(missing operator) in query expression '(([Server].[Board]=@Board)AND([Server].[Chassis]=@Chassis)AND([Server].[HDD Type]=@HDD Type))'
END
Any help would be greatly appreciated.