I've used Runner to generate code for my database's web-interface...but I'd like to customize a few things to make the interface more "user-friendly". The one thing in particular that I'm having some difficulty with is the edit link.
When users load the URL for my interface, they're prompted to login (all of my code is generated by Runner...) I've modified the <tablename>_login.asp page to re-route the users to a "Main Menu" page that lists links to the list pages for each of my tables.
The problem is that each user will only have one entry per table and to make it more user-friendly, there is no need to load the list page. We'd like them to go from the main menu directly to the edit page.
My question is: 1) Is this even possible and 2) If it is, how do I do it? I've found snipets of code that I thought should do the trick, but it doesn't. If anyone has any information that might be helpful, I'd greatly appreciate it. :-)
Thanks in advance for your help,
Becca