Hi,
does anyone know if and how I can use in Visual Basic forms a button that will show a DataEnvironment with the results of an SQL statement of the form:
"Select CID, NAME, DATE from TableA where CID = " & TextID
where TextID is a text box in a form and gets a value during run??
thx
