Hi,
When i click on a record in a form, i want macro to open another form and go to exact record which i clicked on. How can i do that? Please help.
P.S. im using Microsoft Access 2007
Hi,
When i click on a record in a form, i want macro to open another form and go to exact record which i clicked on. How can i do that? Please help.
P.S. im using Microsoft Access 2007
This link should help: http://www.baldyweb.com/wherecondition.htm
Thank you RuralGuy,
I don't know what to write in "ControlName". Let's say i have "Personnel" form and "Summary" form, both of them have column "Personnel_ID", i want to have info in the form "Summary" about the exact Personnel_ID which i pressed on in the form "Personnel". Sorry for my english...
I would start by using Personnel_ID in place of the Controlname and see what happens.
No, didn't work, actually i don't really know how to use VBA code, i usually use Microsoft Access' own commands. Anyways, thank you very much.
Post the code you are using.
I will send you my mdb file.
By the way, how can i get the code?
Can you post your db?
This is my db, if you click on "Sicil" in "PerList" form, it will open "PerListSum" form and goes to first record. I want to go to exact record which i clicked on.
Aee if this works for you.
Yeah it works, thank you Rural.![]()
Great! Do you see what I did?