I am tying the pieces together for a project that gathers KPIV data (Key Process Input) and store it in an access database. Now I need a quick method to allow operators to view and edit comments and two other fields in the data.
I have been trying to simulate the Databound grid found in Visual Basic using a table. It can be done this way provided I do a lot of programming. (automatically update the database when changes are made) Is there a way to use the actual databound grid? I can of course insert both the ADO control and the Grid, however I can only set the ADO property for connection string. It will not allow me to set the record source. The application is running out of screen space and probably can not be done as a VB app. (three monitor multi window Labview DSC program)
