Hello
I currently have a form called frmEditRecord
on this form i have a search bar in which users can go and type in the retrieval code for a record they are searching for. Once they type in the code and hit the find button i currently have it set to open up the related record in a query in which the information is located.
What i want to have it do is that instead of displaying it in the table/query view it retrieves the information and then displays the record in the textboxes I have added to the initial search form (frmEditRecord).
Once it is set that the information displays in the textboxes I then need to have a save button so users can edit the record they searched for and save it.
Thanks for any help or hints you can provide!