M
MarieG
I have 2 tables being linked by and ID number, a join so that it includes ALL
data from Tbl 1, and then the data that corresponds to it in table 2... It
works great, except that the data from table 2 links correctly to the ID
number, but not the date.. example:
How it is:
ID Date Data
1 1/1/09 Purple
1 2/1/09 Purple
How it should be:
ID Date Data
1 1/1/09 Purple
1 2/1/09 (blank)
I'm clueless.. pls help
Thanks!!
data from Tbl 1, and then the data that corresponds to it in table 2... It
works great, except that the data from table 2 links correctly to the ID
number, but not the date.. example:
How it is:
ID Date Data
1 1/1/09 Purple
1 2/1/09 Purple
How it should be:
ID Date Data
1 1/1/09 Purple
1 2/1/09 (blank)
I'm clueless.. pls help
Thanks!!