Creating an expression to pull a particular record

S

sarchie

I have a form which contains milestones and I have a separate table for
progress notes. I would like for the user to be able to select the milestone
for review and than on that same form select a command button to pull up the
corresponding progress note.

Currently, I have a query attached to the command buttom and it requests the
parameter value but I was trying to find another way to do this same action
without the request for a parameter value.
 
Top