bigmeadow24
Board Regular
- Joined
- Jan 13, 2011
- Messages
- 51
I have two tables in Access that each have a field called "Claimnumber" - I know this probably isn't ideal, but they both are part of separate data reports and I'm trying to unify the information from the two. Basically, I want a calculated field to check if a claim number from Table A occurs in Table B. If it does, I'll grab a date from another table, and if it doesn't, I want to leave the field blank.
I've tried to use Dlookup and Dcount functions to do this, or even just an Iif statement, but nothing I do works - the D functions in particular are frustrating because they seem so simple and I still can't get them to work. Part of the problem with the D functions is that I just don't "get" the syntax, or the explanations of the syntax that are online. Of course, if there's a better/easier way to do this I'd gladly use that instead. Thanks!
I've tried to use Dlookup and Dcount functions to do this, or even just an Iif statement, but nothing I do works - the D functions in particular are frustrating because they seem so simple and I still can't get them to work. Part of the problem with the D functions is that I just don't "get" the syntax, or the explanations of the syntax that are online. Of course, if there's a better/easier way to do this I'd gladly use that instead. Thanks!