Total respect to all of you who do this every day every year.
This is probably simple and I will kick myself when told I expect but I have my sql statement
SelectCommand="SELECT [ID], [Name], [Add1], etc
Now, I want to present a different screen depending on the id type e.g
<% If [ID] = 1 Then %>
only what is the variable I need to put in place of the [ID] to recover the parameter of ID in the database because when I try this it just kicks up an error.
I am using
VB by the way and appreciate any help. If you have the answer you will find me in the corner dribbling.