Selasa, 27 Mei 2014

[MS_AccessPros] Re: List of Attachements

 

A list is simple. Just use a sub report. Something like this

SELECT 
 Products.ID, 
 Products.Attachments.FileName, 
FROM 
 Products
WHERE 
 ((Not (Products.Attachments.FileName) Is Null));


I am not sure if the date information is stored.

__._,_.___

Posted by: plpoppe@gmail.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)

.

__,_._,___

Tidak ada komentar:

Posting Komentar