I have a database where one form is for input (data placed in) and another for output (data for viewing, cannot input data).
To go from the output viewing form to the input form, there is a command button on the output form, which is supposed to open the input form at a blank record via a password.
When the input form opens all records are locked, you can go between records but can not modify any data.
From the VBA for the command button to open the form, what code would I require to open the form without the records locked?
When I open the input form by clicking the form file name, the form opens without the records being locked at a blank record.
I would appreciate your advise.
kevsim
To go from the output viewing form to the input form, there is a command button on the output form, which is supposed to open the input form at a blank record via a password.
When the input form opens all records are locked, you can go between records but can not modify any data.
From the VBA for the command button to open the form, what code would I require to open the form without the records locked?
When I open the input form by clicking the form file name, the form opens without the records being locked at a blank record.
I would appreciate your advise.
kevsim