|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
#1
|
|||
|
|||
|
Im having trouble counting my forum topic views.
i am using a MS access DB and iv just made a forum but i need to add +1 to the views field everytime somone views the desplay page the code i have tryed but is not working is,
rsForum.Update rsForum.Fields("Views") = + 1 rsForum.Update dosent seem to work it just updates it to the value of "1" it dosent add 1. any idears? |
|
#2
|
|||
|
|||
|
rsForum.Fields("Views") = rsForum.Fields("Views") + 1
|
|
#3
|
|||
|
|||
|
Quote:
Thanks heaps! |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Im having trouble counting my forum topic views. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|