I
IT Admin
I have an accdb file with the table Accomodations
First 3 columns in the table are
Property Name: Address: City
I can see that Column under Property name contains
Cobb Ridge Recreation Area
But in access if I do a
select * from Accomodations where 'Property Name:' like 'Cobb%'
Against the database, I get no results.
WHY!!!!
First 3 columns in the table are
Property Name: Address: City
I can see that Column under Property name contains
Cobb Ridge Recreation Area
But in access if I do a
select * from Accomodations where 'Property Name:' like 'Cobb%'
Against the database, I get no results.
WHY!!!!