Kerrry
Feb 2nd, 2000, 02:40 AM
I have a scheduling program that runs on a network with 30 PCs. The Plant_Schedule.mdb sits on a Win98 computer in a shared directory which I map to. Each of the 30 PCs has the client program which shows a list of jobs in a DataGrid which is bound to a DECommand . When the client user changes the machine selection (a combobox) I am able to change the commandtext of the DECommand, and see that the machine field of the first record in the commands recordset is now the specified machine (using msgbox DE1.command1.fields("Machine").value. However, the datagrid will not refresh. How do I get the Datagrid to refresh with the new DECommands recordset?