According to the help file, these are the available wizards (listed below).
There is a Lookup wizard, but no DLookup wizard. DLookup is a VBA function.
You will find the syntax for that in the VBA help file (the file accessed
when asking for help from the code editor.
The syntax is
DLookup(expr, domain, [criteria])
Where expr is frequently just a field name, domain is the table or query
name, and criteria is used to filter what you are choosing from. If you need
help with the syntax for a specific use tell us what you're trying to do and
we'll try to help. DLookup can be used in VBA code or in an expression for a
calculated textbox on a form or report or calculated field in a query.
-----------------------------------------------------------------------------
Wizards installed when you select the "Typical Wizards" component in Setup
Note You can install any of the wizards in this topic by double-clicking
Add/Remove Programs in Windows Control Panel and running Microsoft Office
2003 Setup.
AutoDialer Link HTML
AutoForm Link Spreadsheet
AutoFormat Link Text
AutoPage List Box
AutoReport Lookup
Combo Box Microsoft Word Mail Merge
Command Button Page
Crosstab Query Page Combo Box
Database Page Command Button
Export Page List Box
Field Builder Picture Builder
Form PivotTable
Import Exchange/Outlook Print Relationships
Import HTML Report
Import Spreadsheet Simple Query
Import Text Switchboard Manager
Label Table
Link Exchange/Outlook
Wizards installed when you select the "Additional Wizards" component in
Setup
Add-in Manager Microsoft SQL Server Database
Database Splitter ODBC Connect String Builder
Documenter Option Group
Find Duplicates Query Partial Replica
Find Unmatched Query Performance Analyzer
Graph (Chart) Security
Input Mask Subform/Subreport
Link Table Wizard Table Analyzer
Linked Table Manager Subform/Subreport Field Linker
Macro To Module Converter Upsizing
Note The following Access wizards are always installed: Color Builder,
Expression Builder, and Query Builder.
--
Wayne Morgan
MS Access MVP
Sue Compelling said:
Hi, Access Help has said that a DLOOKUP wizard is available - though I
can't
find it anywhere - and unfortunately I don't know enough about the
subtleties
of the " " and & and _ to write the syntax myself.