When I try to sort the CompanyName field, it does nothing. All the other fields will sort like it suppose to.
Also, CompanyName field is a subform on the main form.
Any suggestions on how to get this to work?
Below is my table structure:
tblCompanies
CompanyID dbLong PrimaryKey Indexed
Industry dbText
CompanySize dbText
Address dbText
City dbText
State dbText
PostalCode dbText
DateEntered dbDate
tblCompanyNames
CompanyNameID dbLong PrimaryKey Indexed
CompanyID dbLong ForiegnKey Indexed
CompanyName dbText
DefaultNameToUse dbBoolean
Name: tblCompaniestblCompanyNames
Table: tblCompanies
Foreign Table: tblCompanyNames
PK: CompanyID FK:CompanyID
Also, CompanyName field is a subform on the main form.
Any suggestions on how to get this to work?
Below is my table structure:
tblCompanies
CompanyID dbLong PrimaryKey Indexed
Industry dbText
CompanySize dbText
Address dbText
City dbText
State dbText
PostalCode dbText
DateEntered dbDate
tblCompanyNames
CompanyNameID dbLong PrimaryKey Indexed
CompanyID dbLong ForiegnKey Indexed
CompanyName dbText
DefaultNameToUse dbBoolean
Name: tblCompaniestblCompanyNames
Table: tblCompanies
Foreign Table: tblCompanyNames
PK: CompanyID FK:CompanyID