Hi there,
I have a form displayed in a table layout. Each record has attached a button. I want to show further record information in a separate from when clicking on the button next to the record.
Following code is attached to the button:
Dim ActForm As Form
Set ActForm = Form_UnterformularMainAssets
DoCmd.OpenForm ActForm.Name
DoCmd.GoToRecord acDataForm, ActForm.Name, acGoTo, ActForm.CurrentRecord
Clicking on the button opens the desired form, but always showing the FIRST record and I don wanna see this.
I would appreciate any idea. Thanks a lot,
Christa
I have a form displayed in a table layout. Each record has attached a button. I want to show further record information in a separate from when clicking on the button next to the record.
Following code is attached to the button:
Dim ActForm As Form
Set ActForm = Form_UnterformularMainAssets
DoCmd.OpenForm ActForm.Name
DoCmd.GoToRecord acDataForm, ActForm.Name, acGoTo, ActForm.CurrentRecord
Clicking on the button opens the desired form, but always showing the FIRST record and I don wanna see this.
I would appreciate any idea. Thanks a lot,
Christa