W
wecmail
I'm putting together a FrontPage 2003 website and I have an Access
table with a text field called SIZE containing a couple hundred values
that look like:
3/4 - 16
3/4 - 16
3/4 - 16
1 inch
1 inch
1-8
1-8
.....
I use the FrontPage DBRW to create a drop down and it seems to work (it
returns all of the values repeated in the dropdown as you would
expect). Obviously, I only want one of each, so I create a custom query
in DBRW that looks lise:
SELECT DISTINCT size FROM inventory
Now the dropdown contains nothing at all, but I cannot for the life of
me figure out how to fix it. All the other text fields that I've done
so far work perfectly. I suspect it has something to do with the
numeric looking values (that may even look like expressions somewhere
down the line), but I'm just grasping for straws at this point.
Any help would be greatly, greatly appreciated. Thanks for your time!
table with a text field called SIZE containing a couple hundred values
that look like:
3/4 - 16
3/4 - 16
3/4 - 16
1 inch
1 inch
1-8
1-8
.....
I use the FrontPage DBRW to create a drop down and it seems to work (it
returns all of the values repeated in the dropdown as you would
expect). Obviously, I only want one of each, so I create a custom query
in DBRW that looks lise:
SELECT DISTINCT size FROM inventory
Now the dropdown contains nothing at all, but I cannot for the life of
me figure out how to fix it. All the other text fields that I've done
so far work perfectly. I suspect it has something to do with the
numeric looking values (that may even look like expressions somewhere
down the line), but I'm just grasping for straws at this point.
Any help would be greatly, greatly appreciated. Thanks for your time!