I have a subform that displays a list of records based on a query. I'd like to double-click the "Name" field and have that result in the opening of a different form, "frmPhysician", but to that specific record.
Basically, I want: double-click --> open frmPhysician --> goto [Name] record
What kind of code do I need to put in the event procedure for the On Double Click property? I'm a very early beginner to code! Thanks for all your help in advance.
[This message has been edited by snorf3 (edited 06-12-2001).]
Basically, I want: double-click --> open frmPhysician --> goto [Name] record
What kind of code do I need to put in the event procedure for the On Double Click property? I'm a very early beginner to code! Thanks for all your help in advance.
[This message has been edited by snorf3 (edited 06-12-2001).]