Kenneth: Good old Paradox! I remember that feature, too. Well it's not so
difficult in Access as all that. Sing along:
1-Create two tables: Customers, Orders.
2-Customers table has two fields: CustomerID (AutoNumber, Primary Key),
CustomerName (Text).
3-Orders table has three fields: OrderID (A/N, PK), CustomerID (Number,
Field Size=Long Integer), OrderDate (Date/Time).
4-Set up a 1-to-many relationship on CustomerID with the Customers table on
the "1" side.
5-Enter one or two records in the Customers table. Their IDs should be 1 and
2.
6-Create a query that includes both tables.
7-Add the following fields to the query: OrderID, CustomerID (from ORDERS),
CustomerName, OrderDate.
8-Run the query (no records retrieved).
9-In the first record, enter CustomerID 1 and press Tab or Enter. Access
will fill in the Customer Name.
That's all there is to it.
DDM
"DDM's Microsoft Office Tips and Tricks"
www.ddmcomputing.com
Kenneth said:
I'm having a VERY difficult time in using autolookup. Help on this feature
is limited for a new user. Could someone PLEASE e-mail all steps/example on
this feature. As a former user of Paradox, this feature was VERY easy to
use.