bb84604 Posted March 13, 2006 Posted March 13, 2006 I know this is a dumb question. I have 2 databases (Expenses & Deposits) I want to get my account balance by subtracting the total expense amounts from the total deposits in the Deposits file. If I create a relationship it seems I have to match a field, however, I don't want to relate only certainb records but all of them to get the total amount of deposits. How can I get that figure (total deposits) from the other database? I know, simple question, but I'd really appreciate the help.
comment Posted March 13, 2006 Posted March 13, 2006 In version 6 and below, you do this by defining a calculation field constant1 (result is number) = 1. Do this in both files, and relate them using constant1 as the match field.
bb84604 Posted March 13, 2006 Author Posted March 13, 2006 I'm actually using Version 8. Does that still work?
Wim Decorte Posted March 13, 2006 Posted March 13, 2006 In 8 you specify the "x" as the relational operator instead of the default "=". That saves you the calc.
comment Posted March 13, 2006 Posted March 13, 2006 It still works, but it is no longer required. Pick ANY two fields as the match fields, and use the "x" operator instead of "=", when defining the relationship.
Recommended Posts
This topic is 6888 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now