N
NJBebop
Hi all!
Quick (and prolly simple) question....
I have a drop menu running off a simple query. All I want to do is ad
another option within the drop menu within the specific form. i.e......
query option 1
query option 2
query option 3
None
With none being the addition to the drop menu since I obviosly don'
have (or want) a "None" record in the table.
I figure (or hope) that all I have to do is add the "None" to the quer
line i.e.....
SELECT DISTINCTROW option FROM options; "None";
I know this isn't how you do it (already tried
). But is there an
simple way of adding this?
Any help would be greatly appreciated!
Thanks
Quick (and prolly simple) question....
I have a drop menu running off a simple query. All I want to do is ad
another option within the drop menu within the specific form. i.e......
query option 1
query option 2
query option 3
None
With none being the addition to the drop menu since I obviosly don'
have (or want) a "None" record in the table.
I figure (or hope) that all I have to do is add the "None" to the quer
line i.e.....
SELECT DISTINCTROW option FROM options; "None";
I know this isn't how you do it (already tried
simple way of adding this?
Any help would be greatly appreciated!
Thanks