i need to create reports based on text fields in an asp page. the user can select a certain 'type' from a drop down box in an asp form (and other parameters as well), and then the report needs to be based on a query with that paramenter:
ie: select * from table where column=type(type comes form asp page form)
any help would be appreciated because i don't knwo where to start
ie: select * from table where column=type(type comes form asp page form)
any help would be appreciated because i don't knwo where to start