Snowcone
Nov 8th, 1999, 03:16 AM
I am currently working on a timesheet form. It starts up using a wizard that allows you to create a new timesheet or use an existing one. This works fine. Then this calls another form which allows you to modify the data of the timesheet. This is where the problem occurs. Whenever I change any of the data it is not refreshed on the screen. I am using an example from "Beginning Visual Basic 6" as my foundation. Before I used the wizard it would refresh correctly but not it isn't. Any ideas on how to get the datagrid and textfields to refresh correctly would be greatly appreciated.