Background: Frontend MS Access 2010/ VBA; Backend MS SQL Server 2008. Learning Access VBA and SQL
I have an Access application that needs to have the backend DB store an attachment. The Access code is written in VBA. How can this be accomplished? I would like to do it much like a native Access program. Please see attachment.
The best I could find was to create the field in SQL as a varbinary(MAX).
Thanks in advance.
I have an Access application that needs to have the backend DB store an attachment. The Access code is written in VBA. How can this be accomplished? I would like to do it much like a native Access program. Please see attachment.
The best I could find was to create the field in SQL as a varbinary(MAX).
Thanks in advance.
Comment