Have a fault call database, with a tracker function. Basically, it's a diary for each fault thats logged; the user who logs a fault can update the record with daily reports.
This is done by a very simple relationship (One To Many). A single record in the main table can link to many more records in the tracking table (Currently 349 faults link to 338 'updates'), with the primary key number of the fault being the unique link. The main form has a button which opens a subform to enter new records into the update table.
Unfortunately, it has stopped working! The subform will not accept new records. It doesn't even give a blank record, which I fend very unusual. If I open the updates table, I can enter new data in there.
Does anyone know of an instance where a perfectly functional operation just decides one day not to work?
Many thanks
This is done by a very simple relationship (One To Many). A single record in the main table can link to many more records in the tracking table (Currently 349 faults link to 338 'updates'), with the primary key number of the fault being the unique link. The main form has a button which opens a subform to enter new records into the update table.
Unfortunately, it has stopped working! The subform will not accept new records. It doesn't even give a blank record, which I fend very unusual. If I open the updates table, I can enter new data in there.
Does anyone know of an instance where a perfectly functional operation just decides one day not to work?
Many thanks