J
Jay
I have attachments that I need attached to vendors. I was able to set up the
attachment table and form but can NOT seem to figure out how to have the
attachment name show in the designated text box. The closest I was able to
get was to make a combo box that pulled the following "row source":
SELECT attach.Attach.FileName FROM attach;
attach is the table name, Attach.FileName is the attachments name that is
associated.
PLEEEASE help. Thank you.
attachment table and form but can NOT seem to figure out how to have the
attachment name show in the designated text box. The closest I was able to
get was to make a combo box that pulled the following "row source":
SELECT attach.Attach.FileName FROM attach;
attach is the table name, Attach.FileName is the attachments name that is
associated.
PLEEEASE help. Thank you.