I don’t know if this is even possible, but here we go . . .
I have a command button on a form with Application.FollowHyperlink containing ” . . . frmPropagate” & Me.PropagationNo
This works fine for opening the folder on my drive with the folder name equal to the “PropagationNo” on my form. I would like to be a bit more specific in the selection by adding the ID number of the record. Unfortunately this doesn’t work:
” . . . frmPropagate” & Me.PropagationNo & Me.ID
Clearly, I don’t know what I’m doing. Can this even be done with a hyperlink?
Any help, as always, greatly appreciated.