What would the code be to open the form based on the value. Can you give me an example?
"Duane Hookom" wrote:
[Quoted Text] > The easiest method I know of is to add a command button in the detail > section of the continuous form that opens your new form based on the value > in the continuous form. Then find the double-click event of a control on > your main form and view its Event Procedure. Copy the code from the command > button into the On Double-Click event. > > Once this is successful, you can delete the command button and the code for > the command button. > > -- > Duane Hookom > MS Access MVP > > "Paul Dennis" <PaulDennis[ at ]discussions.microsoft.com> wrote in message > news:E245D0DA-B6D4-4DC5-9F17-320908414700[ at ]microsoft.com... > >I have a form which lists all the records in a table. What I would like to > >do > > is to be able to select 1 record or double click it or something which > > would > > then open up another form just with that one record for edit. > > > > Is this possible? and how? > > >
|