Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Insert a value in a SQL query result for a parameter list.

0 views
Skip to first unread message

Mike G.

unread,
May 10, 2005, 4:05:21 PM5/10/05
to
Sure:

Select field from table

union

select 'whatever text you want'

Mike G.

"Mike" <Mi...@discussions.microsoft.com> wrote in message
news:DC6C40D4-9B0E-41BD...@microsoft.com...
>I can create a parameter list box with values from a query from a database
> table. Note: The database table does not contain any spaces or Nulls.
> I am trying to find out if it's possible to have a value inserted into the
> results of the SQL query. This value could be a space or specific value.
> For example of the SQL resuts:
> Medium
> Low
> High
> Urgent
>
> I would like to insert a space into the above query results. Is this
> possible.
>
> Thanks.


0 new messages