Article ID: 210436 - Last Review: October 11, 2006 - Revision: 2.2 ACC2000: Sample Function to Open a Form to a Particular RecordThis article was previously published under Q210436 Advanced: Requires expert coding, interoperability, and multiuser skills.
SUMMARY
This article shows you how to create a sample Visual Basic for Applications
function that uses the InputBox() function to open a form to a particular record.
MORE INFORMATION
The OpenFormWithInput() function opens the form to the record where the CustomerID matches the value that you enter in the input box.
If you change "=" to ">=" on the OpenForm line in the function, the form opens to the record that you want and displays subsequent records as well. For example, if you type CACTU as the CustomerID in the input box, CustomerID "AROUT" is not part of the form's record set, but "THEBI" is. Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.
| Article Translations
|
Back to the top
