S
sk
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.
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.