PDA

Click to See Complete Forum and Search --> : can anybody help please


nicnat
Oct 18th, 1999, 08:38 PM
I'm using ADO to connect to an access database.On my form I have a textbox dat shows me the field 'samplenumber' in the database.I have a DataReport and a DataEnvironment to show al the samplenumbers on a report,but I have a problem to show only the samplenumber in the report thats in the textbox on the form.I want to filter the number from the textbox in my datareport.

Can you help please
Thanks.

JorgeLedo
Oct 18th, 1999, 09:40 PM
you can create a new recordset with the filtering you wish with an SQL statement and then show the recorset.