|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Access 2000
Hi,
Can someone tell me how to lock a selection in a combo box if another user is working with it. I have a form that uses a combo box for user to make a selection - chosing a table from combo box. I don't want another user to be able to chose the same table at the same time. Appreciate the help. |
|
#2
|
|||
|
|||
|
well,
what you could do is use a table to "mark" which tables are in use. for example, just have a tableId field and an inUse field that's a bit (i.e. 1 or 0). Set a timer, and every couple of seconds, select * from tables and for each table in the list, dont allow it to be selected in the combo box.
__________________
i am cope. i drink coke. i am in hope.i am cope. i drink coke. i am in hope.i am cope. i drink coke. i am in hope. |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > Access 2000 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|