AC5FF
Registered User.
- Local time
- Today, 08:09
- Joined
- Apr 6, 2004
- Messages
- 552
Hopefully this is an easy one for someone. I am not having luck searching and fixing it myself.
I've created a form based off of a table that works great. One field is a lookup field to make sure only valid accounting code entries are made. There is another field that is temporary to display to the users a descriptive text of the lookup accounting code.
Here is the line for that field:
=DLookUp("Title","ACCOUNTS","[Acct Number] = '" & [Forms]![EntryTable_Hours Input]![Acct Number] & "'")
This works just as I need it to when I view the form directly. However; it's final use will be as a sub-form. At this point the DLookUp line does not work.
Any one out there seen this before and have an easy fix?
Thanks!
I've created a form based off of a table that works great. One field is a lookup field to make sure only valid accounting code entries are made. There is another field that is temporary to display to the users a descriptive text of the lookup accounting code.
Here is the line for that field:
=DLookUp("Title","ACCOUNTS","[Acct Number] = '" & [Forms]![EntryTable_Hours Input]![Acct Number] & "'")
This works just as I need it to when I view the form directly. However; it's final use will be as a sub-form. At this point the DLookUp line does not work.
Any one out there seen this before and have an easy fix?
Thanks!