I have one normalized table with many records(+1000000 records) and a smaller table with characteristics of a filter. how do i match one list of criteria with the larger normalized table? any help would be appreciated.... Marty
I'm new at this so I beg your indulgence if this is an obvious question. I'm running on XP, using sql server 2005 and VFP 9.0. I'm using sql pass through--cannot use a view. I know I can update fields by naming them: =sqlexec(xx,"update test set wcode=?otest.wcode")