[mso] Re: Access 2000 query query

Hi Ray,

Ummm... No. Here is the sql as copied from the query SQL window..

SELECT tblFiles.fName, tblFiles.fSize, tblFiles.fCreated,
tblFiles.fLastModified, tblFiles.fParent, tblFiles.fAction,
tblFiles.fItemNum
FROM tblFiles
GROUP BY tblFiles.fName, tblFiles.fSize, tblFiles.fCreated,
tblFiles.fLastModified, tblFiles.fParent, tblFiles.fAction,
tblFiles.fItemNum
ORDER BY tblFiles.fName, tblFiles.fSize, tblFiles.fCreated DESC ,
tblFiles.fLastModified DESC , tblFiles.fParent;

I want to open it in VBA code but I've just discovered that the query
in datasheet view won't let me update either. Is there anything I can
check to see if I've inadvertently set lock or something or is it just
that this type of query is not updateable.

I've only today added the group by clause and the query was updateable
previously. No... that's not right... to get this query and not loose
the last one - without the group by clause - I copied the old query to
a new one to play with. Could that have set something perhaps?

Regards
Lisa

> -----Original Message-----
> From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx]On
> Behalf Of Ray Blake
> Sent: 31 January 2004 16:25
> To: mso@xxxxxxxxxxxxx
> Subject: [mso] Re: Access 2000 query query
>
>
>
> Are there any calculated fields in the query?
>
> Ray


*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in 
the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will also allow 
you to change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a 
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with 
instructions.  Once you are a member of the files group, you can go here to 
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

Other related posts: