Hi all -
Probably a quick cure for this, but my VB skills are a little pathetic.
I have a form based on a table with a field that allows the user to select the primary key of another record within that table. I used a combo box to do this.
When the user dbl-clks on the field I would like the form to jump to the record selected in the field. I believe I need to use a DoCmd.GoToRecord in the On Dbl Click Event..I'm just not sure what arguments to enter to get the current value in the field to be used in the goto command.
Any insight, revelations, comments, hints, tips, witty asides, etc. would be greatly appreciated.
- CK
Probably a quick cure for this, but my VB skills are a little pathetic.
I have a form based on a table with a field that allows the user to select the primary key of another record within that table. I used a combo box to do this.
When the user dbl-clks on the field I would like the form to jump to the record selected in the field. I believe I need to use a DoCmd.GoToRecord in the On Dbl Click Event..I'm just not sure what arguments to enter to get the current value in the field to be used in the goto command.
Any insight, revelations, comments, hints, tips, witty asides, etc. would be greatly appreciated.
- CK