I have a field set to display as a hyperlink to the edit screen of another table. The other table has a key that is made up of 3 fields. When I go in and test this link by clicking on it I get the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
/dances6/NAMES_edit.asp, line 1246
Interestingly, if I navigate the edit page of the Names table through the menu structure first then go back and test the hyperlink it works fine. The only time I get this error message appears to be the first time the edit page is loaded.
Any ideas on how to fix this?
Thanks,
Bruce
Oops a little misinformation. The table I am hyperlinking to has a single field as a key but the table I am linking from has 3 fields that make up the key.
Bruce