View Single Post
  #1  
Old April 30th, 2010, 03:41 PM posted to microsoft.public.access
SK
external usenet poster
 
Posts: 88
Default Attachment control - How to use?

I am trying to figure out how to use the Attachment control on a form. On
the form, I have a listbox for the user to select a specific record. When an
item is selected, I use Set rst = CurrentDb.OpenRecordset(sql) to open the
record. I then populate the controls on the form with the following
formname.controlname.value=rst!field

I can't figure out how to load the Attachments into the Attachment control.
I tried searching here and online and did not find much outside of using a
bound control. I do not want to use a bound control/form if I can avoid it.

any help or code would be greatly appreciated.