niki
axes noob 'll b big 1 day
- Local time
- Today, 01:48
- Joined
- Apr 17, 2003
- Messages
- 66
Hello,
I have two distinct tables, from these tables I want to compare two fields containing text values (keywords) whose data type is memo.
they look like this:
RecID Value
1 tree
1 mountains
2 orange
...
1003 pluto
1003 saturn
1003 mercury
1003 earth
but, being a noobie to access programming, I don't know much about SQL programming...
I prefer for the moment learnig how to use VBA to define small codes, and use these in a query or a macro... That's what I did for all the prevous work I have done on this project.
So my questions is :
How could I compare my two tables for occurances of a same keyword in both tables? thx for your answer.
My goal is to obtain a resulting table containing fields for each matching keywords and its RecIds in the two tables where it is found...
regards,
nico
I have two distinct tables, from these tables I want to compare two fields containing text values (keywords) whose data type is memo.
they look like this:
RecID Value
1 tree
1 mountains
2 orange
...
1003 pluto
1003 saturn
1003 mercury
1003 earth
but, being a noobie to access programming, I don't know much about SQL programming...
I prefer for the moment learnig how to use VBA to define small codes, and use these in a query or a macro... That's what I did for all the prevous work I have done on this project.
So my questions is :
How could I compare my two tables for occurances of a same keyword in both tables? thx for your answer.
My goal is to obtain a resulting table containing fields for each matching keywords and its RecIds in the two tables where it is found...
regards,
nico