Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking tables with primary keys

Status
Not open for further replies.

wgymax

Technical User
Oct 29, 2007
1
US
Is the primary key linking between tables CASE sensitive? Crystal v8.5
 
It might be. Check your setting for case sensitivity in report options. But I would also then check by adding the two tables (unlinked) and testing what appears by using a record selection formula like:

{table1.field} = {table2.field}

Then compare when this is changed to:

ucase({table1.field}) = ucase({table2.field})

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top