Hi,
I'm having problems trying to use the sentence "percent".
I can use on Access but when I try to use it on Ucanaccess shows an error that says something as " it can find the table with name Percent". I suppose that UcanAccess doesn't know this order. is it correct ? or should I use it in a different way ?
Thanks a lot !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm having problems trying to use the sentence "percent".
I can use on Access but when I try to use it on Ucanaccess shows an error that says something as " it can find the table with name Percent". I suppose that UcanAccess doesn't know this order. is it correct ? or should I use it in a different way ?
Thanks a lot !
Are you talking about something like
SELECT TOP 50 PERCENT * FROM Customers ?
It isn't supported yet.
Cheers Marco
I imagined so.
Thanks a lot anyway.