Microsoft
Software
Hardware
Network
Question : Using a Hyperlink on a form to run code in MS Access
I am tring to create something similar to a "Forgot Password" link on a web form. I see that I can make the link point to an Access object and I can select a module, but I can't get it to run the code. If this is possible, then I would appreciate the help. Otherwise I am open to alternatives...
I know that I can just use a label, change the font and underline it and it looks the same, but the mouse does not change on mouse over which I would like to have, unless I have no other options.
Thanks,
rgn
Answer : Using a Hyperlink on a form to run code in MS Access
try this query
select Class, Number, Name, Position,(select count([class]) from round1 as r where class=round1.class and position<=round1.position) as rank
from round1
order by Round1.Class, Round1.Position;
Random Solutions
(hopefully) Simple Excel 2007/2010 question
How do I delete a file from a folder (uploads directory) when I delete its reference in the database?
SQL injection problem on several pages. Any server side solution to this
Publishing Applications - Windows Server 2008
Modify desktop icon size via registry in Server 2008
The session setup from computer 'PcName' failed because the security database does not contain a trust account 'PcName$' referenced by the specified computer.
nginx - possible to rewrite based on referring url?
problems with specific user in exchange 2003 environment
Cheap backlinks? Best bang for the buck SEO site?
Does ADO.Net provides any standard processo to swith to/from connected to disconnected datasource?