How to tell if a file has been uploaded

Rob,

The problem wasn’t that the attachments model doesn’t requery after the attachment is loaded, the problem was that the attachments model wasn’t properly connected to the record, so it didn’t know to requery when the file was uploaded. What Tony is doing is setting the condition to link the models when the account record is saved… which seems to make sense? Perhaps the query is not needed? before the upload?