Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AngiePoo
Starting Member
1 Post |
Posted - 2008-11-12 : 02:49:39
|
| I am an utter noob when it comes to SQL Server, but I'm looking for some urgent help as I am trying to help our SQL Server Administator...THE DOPE:We are running a SQL based server with a Access based frontend on a clients server. They have a few workstations. Everything is working 100% on all the workstations except for one... THE PROBLEM:On the one form there are 7 tick boxes where you can select the type of person (e.g. secretary, admin clerk, etc.) and it is possible to select more that one tick box. Now, on that specific workstation when you tick ONLY ONE tick box, it selects ALL the tick boxes! It only happens on this one workstation, all the others are working fine - they don't select ALL the tick boxes when clicking on ONLY ONE tick box. ALSO keep in mind that all the tick boxes are for different types of persons / there is no SELECT ALL tick box!We can't seem to solve this problem, so any suggestions would be highly appreciated!!! |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-12 : 03:28:43
|
| Are you using some javascript code for client side validation? then probabaly worth checking out if its due to local caching. |
 |
|
|
|
|
|