Making search results clickable? (1 Viewer)

Shellsbells5364

New member
Local time
Yesterday, 20:40
Joined
May 5, 2015
Messages
4
I have 3 text fields on a form that I search by. I have the search query action set on a button, which produces the results in a datasheet view. Is there any way that I can make the records in the datasheet view clickable so I can select the record and go to the form to update the data?

Any help is greatly appreciated! Thanks so much!

Shellsbells :eek:
 

Ranman256

Well-known member
Local time
Yesterday, 23:40
Joined
Apr 9, 2015
Messages
4,339
the button will open frmResults. This uses your search query as multi record view.

on frmResults , at the header, put a button to open in detail 1 record.
docmd.openform "frm1Rec",,"[id]=" & txtID

this will open the form on the 1 record the cursor is on.
 

Users who are viewing this thread

Top Bottom