Joins??

kbreiss

Registered User.
Local time
Today, 23:07
Joined
Oct 1, 2002
Messages
228
I have two tables...1.) Expense, 2.)Income
How would I get a result set to give back everything in expense and everything in income. Seems easy, but I'm stumped.

Thanks in advance,
Kacy
________
Ford iosis
 
Last edited:
I would have used a single table with a transaction type rather than separate tables. You can obtain a single list by creating a Union query but the union query willl not be updatable so it is more useful as the recordsource for a report than a form.
 

Users who are viewing this thread

Back
Top Bottom