I’m creating a database where I need operators to update a single field (SETTLE_DATE) in a large number of records each month.
I’d like to automate this process using an update query; however, I’d prefer to lock the database down and not have the operator make the change directly in the query. I’d rather have the operator input the change in an input dialog box, similar to parameter input query dialog box, e.g. Between [Enter Start Date, MM/DD/YY] And [Enter End Date, MM/DD/YY] resulting in the operator inputting a start date and an end date for the records to be returned
The field to be updated is SETTLE_DATE (from DATAtbl) and the update value will be a single date, e.g. 05/19/2005
I’d appreciate any help provided.
Scott