I am developing a WPF application to interact with an MS Access mdb file.
When I open the application, I have a datagrid which initially includes all records from a table of events. It displays enough field values from the mdb to uniquely identify each of the records.
When I click on a record to select it, the list in the datagrid is reduced to just the records sharing the same event date.
When I select one of these records, the chosen record is displayed in greater detail within a frame elsewhere in the window.
My most recent accomplishment was to programmatically close the window.
Now that the capability to navigate existing records and select a record has been accomplished, I need to be able to add the following capabilities:
> Edit and save existing records
> Delete existing records
> Enter field values for a new record
> Add a new record containing these values
Loading
Russell SharpPosted Apr 26, 2012, 12:57 PM
"Could not find installable ISAM."
Russell SharpPosted Apr 26, 2012, 8:00 AM
Mamta MPosted Apr 26, 2012, 12:40 AM