G
Guest
Yay I found this place!
I have a question that perhaps some of yoru expertise can answer.
The project has 2 tables.
Table A is the "master" table
Table B is a table which acquires info from an input device
I need to create a way to take information in Table B, compare it to Table A, and produce a report of all records which are present in Table A, but NOT present in Table B. (shortage report)
What makes things interesting is that the input device only enters in data that corresponds only to one field in the master table. I can do this with my eyes closed in php using mysql, but umm... that doesn't help me here.
I currently do NOT have MSSQL installed, although I could quite easily if it will make the solution easier. ALl of your help and advice is very much appreciated, and I thank you in advance. =p
I have a question that perhaps some of yoru expertise can answer.
The project has 2 tables.
Table A is the "master" table
Table B is a table which acquires info from an input device
I need to create a way to take information in Table B, compare it to Table A, and produce a report of all records which are present in Table A, but NOT present in Table B. (shortage report)
What makes things interesting is that the input device only enters in data that corresponds only to one field in the master table. I can do this with my eyes closed in php using mysql, but umm... that doesn't help me here.
I currently do NOT have MSSQL installed, although I could quite easily if it will make the solution easier. ALl of your help and advice is very much appreciated, and I thank you in advance. =p