T
talibm
Hello Access Nation, I have two tables that I want to join and get distinct
client records. The tables are for meals at a hunger center. One table
contains breakfast info and another contains lunch info. I've looked at all
the threads but I'm missing something. Any and all help is appreciated.
Thanks T
breakfast table
brecno bclienti breakfast(yes/no) date
1 222 y 4/22/08
2 444 y 4/15/08
lunch table
lrecno clientid lunch(yes/no) date
1 222 y 4/11/08
2 333 y 4/12/08
I want to join the results from these two tables and get an unduplicated
result. What I'm trying to get is an unduplicated list or count.
222
333
444
client records. The tables are for meals at a hunger center. One table
contains breakfast info and another contains lunch info. I've looked at all
the threads but I'm missing something. Any and all help is appreciated.
Thanks T
breakfast table
brecno bclienti breakfast(yes/no) date
1 222 y 4/22/08
2 444 y 4/15/08
lunch table
lrecno clientid lunch(yes/no) date
1 222 y 4/11/08
2 333 y 4/12/08
I want to join the results from these two tables and get an unduplicated
result. What I'm trying to get is an unduplicated list or count.
222
333
444