I used the SQL statement "SELECT * FROM table" to access all the fields from the database. But I don't want the other fields to show, say some less important fields which should just appear in a data entry form. HOw could I do that? thanks...