Simple Bind Variables Question

Is there a way to change the way the bind variable prompts work? Right now, my sql has this line:

where term_code = :term

The bind variable window pops up, but the Name is just “Parameter 1”. Is there a way to call “Parameter 1” something else that is descriptive of the value you are trying to prompt for?

Thank you!

Message was edited by: tbakowsk_531
refresh.png

Please disregard. The problem was because I was using an ODBC connection.