As I am new here and this is my first input, at first a warm hello to everybody.
And thanks in advance for helpful tips.
Since I'm not a native speaker: please forgive me when my language is flawed sometimes.
Working with: Access 2010, Version 14.0.7015.1000, 32 Bit on Windows 7
VBA 7.0.1625, Forms3 14.0.4747.100
The question:
In a form "Articles" I integrated an icon. When clicked a little routine is started, its only code
DoCmd.OpenTable "Article", acViewNormal, acReadOnly
Consequently the table is displayed in standard browse mode. As usual I can mark a record there, BUT how can I identify this record via VBA? As to the architecture of Access this display should be some kind of form too, with a form-name to use.
Is it even possible to adress this "form", or need I create an own form for this demand?
The idea behind:
The form "Articles" shows fields of the Table "Article", one record at a time. When switching to the browse mode and positioning on a certain record there, I would appreciate to find this certain record displayed in the form "Articles" when I close the browsing.
Looked around a lot the last hours, but couldn't find any hint. Maybe because I didn't use the right keywords for my problem.
And thanks in advance for helpful tips.
Since I'm not a native speaker: please forgive me when my language is flawed sometimes.
Working with: Access 2010, Version 14.0.7015.1000, 32 Bit on Windows 7
VBA 7.0.1625, Forms3 14.0.4747.100
The question:
In a form "Articles" I integrated an icon. When clicked a little routine is started, its only code
DoCmd.OpenTable "Article", acViewNormal, acReadOnly
Consequently the table is displayed in standard browse mode. As usual I can mark a record there, BUT how can I identify this record via VBA? As to the architecture of Access this display should be some kind of form too, with a form-name to use.
Is it even possible to adress this "form", or need I create an own form for this demand?
The idea behind:
The form "Articles" shows fields of the Table "Article", one record at a time. When switching to the browse mode and positioning on a certain record there, I would appreciate to find this certain record displayed in the form "Articles" when I close the browsing.
Looked around a lot the last hours, but couldn't find any hint. Maybe because I didn't use the right keywords for my problem.