aragorn
Posts: 2
|
| Posted: 06/09/2006, 2:28 PM |
|
Hello, I've searched every where for help on this. Actually, there may be an answer for this and I just don't know exactly what to search for. I'm a little familiar w/ vb & SQL. I'm using CCS 2.3.2.28, MS Access, & ASP w/ templates. What I'm trying to do is have the user enter an age in months w/ >, >=, <, <= into a field on a search form to limit the amount of data that pulls up. Example: User input would be <=16. Result would be anything that has an age of 16 or less. I have the datasource setup as Age = {s_Age} right now, which will pull up anything that equals the Age. How can I have the user input the operand that would feed the datasource/SQL string? Can I create some custom code that would define a combination of an operand and an integer that would allow it to be entered in the search field? if so where would I place the code, in one of the events? The Age field is setup as an integer at the moment? Hopefully, Im asking/stating my problem correctly, since I'm not a programmer.
Any Help would be greatly appreciated
|
 |
 |
|