I have upsized the tables of a database whilst keeping the forms within an mdb file. The intention is to distribute the mdb file to many user's local drives to reduce network traffic.
Problem I have is:
I cannot run certain queries any more because they have the group by and count functions in them. I get the error "Cannot group by a bit column (#252)".
What has happened? I'm new to sql so any help would be greatfully received.
Many thanks (in advance)
R
Problem I have is:
I cannot run certain queries any more because they have the group by and count functions in them. I get the error "Cannot group by a bit column (#252)".
What has happened? I'm new to sql so any help would be greatfully received.
Many thanks (in advance)
R