I have a form used for dataentry. A user places their request using this form (reservation form).
I also want "a certain user" [i enable certain fields for this user cboApprove(yes/no)] to retrieve records and update using this same form. This user changes the Approve(yes/no) combo box to Yes.
For example entrying the RequestID in a text box on the same form, should display all other info in thier appropriate texboxes when the user losses focus, so that the user can update record.
And the updated record should be able to save to the table NOT AS A NEW RECORD, but update existing record.
I have taken out the navigation bar. I have a cmdSave comand button for saving (place new request). And a cmdApprove button to confirm the Update (approve request).
What code do i need to achieve this.
To find the record (by entrying RequestID no. in a text box and display all other info in appropriate fields, then, update the record.
Or rather, how and what is the best way to achieve this.
Please help.
Yours truly,
Sisieko, aka Access Retard
I also want "a certain user" [i enable certain fields for this user cboApprove(yes/no)] to retrieve records and update using this same form. This user changes the Approve(yes/no) combo box to Yes.
For example entrying the RequestID in a text box on the same form, should display all other info in thier appropriate texboxes when the user losses focus, so that the user can update record.
And the updated record should be able to save to the table NOT AS A NEW RECORD, but update existing record.
I have taken out the navigation bar. I have a cmdSave comand button for saving (place new request). And a cmdApprove button to confirm the Update (approve request).
What code do i need to achieve this.
To find the record (by entrying RequestID no. in a text box and display all other info in appropriate fields, then, update the record.
Or rather, how and what is the best way to achieve this.
Please help.
Yours truly,
Sisieko, aka Access Retard
