DLookup

cheftim

Registered User.
Local time
Today, 00:21
Joined
Jan 22, 2007
Messages
33
Please help prevent my laptop from being smashed against a wall numerous times and then being thrown out the window, after all, the wall is mostly innocent in this situation.


I have read post upon post and other dim references to DLookup in the Access Help file, etc. I am generally a bright guy (although inexperienced in DataBases, VBA and some forms of lovemaking) but I have not been able to figure out the DLookup function. Could you please give me a VERY simple explination of how to use this function and it's expressions?

If it will help, we can use the following senario...

Table_Special_Needs
Special_Need_ID
Special_Need (Data Includes: Initiatives, High Ropes, etc.)
Standard_Price

Table_Event
Event_ID
Initiatives
High_Ropes
Extra_Linens

I would like to be able to add a price field for each item in the Event table and have the table lookup the price from the Special Needs table.

Many thanks for any help you can give.

t
:confused:
 
I would like to be able to add a price field for each item in the Event table and have the table lookup the price from the Special Needs table.
You don't have the table lookup the price, you use forms, forms, forms. You should not work in tables and queries directly. Use the form wizard to create forms to enter data in.
 
Last edited:
Thank you, Bob
 

Users who are viewing this thread

Back
Top Bottom