Open Form Using Specific Field [RESOLVED]
I have a form where if a user double clicks an area it will open up an edit form/screen for them to edit information. How do I open up that form to the specific field they are looking at the specific area is in a text box, would be the information I want to open the database location at.
Thanks In Advance
Re: Open Form Using Specific Field
Can you give a little more information or an example?
Re: Open Form Using Specific Field [RESOLVED]
I figured it out :) Thanks!
DoCmd.Open Frm,,,Where!!! is what I needed