Wicklund
Registered User.
- Local time
- Today, 19:23
- Joined
- Jun 7, 2002
- Messages
- 56
I am using the DLookup Function to pull data from a table (see below), and now I want to put that data into another table.
tempCompletionDt(z) = DLookup("[Mfg Completion Date]", "[Project Status - Tbl]", criteria(x))
I am able to do it using a Form as an interface, but I am sure that there is a better way.
Any Suggestions???
tempCompletionDt(z) = DLookup("[Mfg Completion Date]", "[Project Status - Tbl]", criteria(x))
I am able to do it using a Form as an interface, but I am sure that there is a better way.
Any Suggestions???