ACC97: How to Create Custom Navigation Buttons on an ASP Page (165629)
The information in this article applies to:
This article was previously published under Q165629 Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
When you export a form from Microsoft Access 97 as an Active Server Page,
and that form has custom buttons that move from one record to the next, the
buttons will not work on your Active Server Page form. This happens because
the Visual Basic code that performs the actions in Microsoft Access is not
exported to your Active Server Page form.
There are two ways to have navigation buttons appear on your Active Server
Page form:
- Use the Microsoft Access built-in navigation buttons and set the Navigation property of the form to Yes.
- Modify the VBScript for the Active Server Page form that you are
exporting so that the code will allow you to move through your
form as you click a button.
REFERENCES
For more information about what can be exported to ASP format, search the
Help Index for "ASP files," and then view the topic "Using Supported and
unsupported form controls for dynamic ASP format," or ask the Microsoft
Access 97 Office Assistant.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbhowto kbinterop kbProgramming KB165629 |
---|
|