P
p
I have a form with a datasheet view used to input or edit records in an
SQL server table.
I have another form which continually displays information regarding
information in the SQL server table.
Think of this as a tool which is used in a conference call environment
- I have 3 people in different locations viewing the second form which
displays all of the contents of this table and is requeried every 5
seconds to synchronise changes made by different people. How I cant do
this for the first form because if i requery whilst someone is
editing/creating it cancels their inputs.
How can i synchronise both forms?
SQL server table.
I have another form which continually displays information regarding
information in the SQL server table.
Think of this as a tool which is used in a conference call environment
- I have 3 people in different locations viewing the second form which
displays all of the contents of this table and is requeried every 5
seconds to synchronise changes made by different people. How I cant do
this for the first form because if i requery whilst someone is
editing/creating it cancels their inputs.
How can i synchronise both forms?