G
Guest
I'm using a simple dsum to collapse and summarize records.
My criteria is a text field. My target or search database column is a text field.
DSUM returns invalid summations, because it appears to find text matches for any target record that has common characters starting from the left most or first cahracter.
ie.. DSUM return values where
Criteria = bob
target = bob value to return = 1
target = bobby value to return = 1
target = bobxxxx value = 1
dsum returns 3.
this is incorrect, as i only want the records for "bob".
i do not want the records for "bobby" and "bobxxx" or any other records that happen to start with "bob.....".
How do I make dsum stop doing this ???
thanks,
tim
My criteria is a text field. My target or search database column is a text field.
DSUM returns invalid summations, because it appears to find text matches for any target record that has common characters starting from the left most or first cahracter.
ie.. DSUM return values where
Criteria = bob
target = bob value to return = 1
target = bobby value to return = 1
target = bobxxxx value = 1
dsum returns 3.
this is incorrect, as i only want the records for "bob".
i do not want the records for "bobby" and "bobxxx" or any other records that happen to start with "bob.....".
How do I make dsum stop doing this ???
thanks,
tim