FORMULA LANGUAGE
Examples: @GetAddressBooks
1. This code populates the chooseAddress listbox field options with "names.nsf" and "AcmeNorthServer!!names.nsf" when added to the Use formula for choices textbox on the Control tab of the field properties box if the database containing the chooseAddress field is running on the Acme server:
@GetAddressBooks
2. The following code populates the chooseAddress listbox field options with "Acme Address Book" and "Acme North Address Book" when added to the Use formula for choices textbox on the Control tab of the field properties box if the database containing the chooseAddress field is running on the Acme server:
@GetAddressBooks([TITLES])
3. This code populates the chooseAddress listbox field options with "names.nsf" when added to the Use formula for choices textbox on the Control tab of the field properties box if the database containing the chooseAddress field is running on the Acme server:
@GetAddressBooks([FIRSTONLY])
See Also
@GetAddressBooks
Glossary
Feedback on Help?
Help on Help
Open Full Help Window
Glossary
Feedback on Help?
Help on Help
Open Full Help Window