Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~177 People Reached
Favorite Forums
Favorite Tags
asp x 2
Member Avatar for pit1031

How to I rearrange this so that only distance less than or equal to 25 are displayed? [code]For i = 1 to 20 Display(rs) rs.MoveNext If rs.Eof Then Exit For If rs("distance")>25 Then Exit For Next[/code]

Member Avatar for ctj
0
98
Member Avatar for ctj

Hi Guys, hope you can help. I have a web base application written with HTML and ASP. However I want to have a combo box function and I really need your help. I have 2 combo boxes. The first combo box is populated from a MSAccess database. What I want …

Member Avatar for madmital
0
79