Scenario:
Have a separate Access GUI front-end (local) and separate mdb (on network share)
Have a table with the following fields on the MDB:
Doc_ID>>ID
Doc_Details >> TEXT
DOC >>> OLE OBJECT
This is what will be done:
1. Browse for Doc file and load into unbound/bound OLE control (This has been done and working)
2. Need to insert the Doc Details and Doc files into the Table (I would like to embed and not link)
What I know but can't figure out
Incase a Bound OLE control is used, I need to set ControlSource to the Table's Doc Field (which is not on the same database) - How would this be done
When I initiate the acOLECreateEmbed action, it will create the record or not?
How do I also insert the Doc Discrition details simultaneously.
Trying and trying...SOS Pls assist
Have a separate Access GUI front-end (local) and separate mdb (on network share)
Have a table with the following fields on the MDB:
Doc_ID>>ID
Doc_Details >> TEXT
DOC >>> OLE OBJECT
This is what will be done:
1. Browse for Doc file and load into unbound/bound OLE control (This has been done and working)
2. Need to insert the Doc Details and Doc files into the Table (I would like to embed and not link)
What I know but can't figure out
Incase a Bound OLE control is used, I need to set ControlSource to the Table's Doc Field (which is not on the same database) - How would this be done
When I initiate the acOLECreateEmbed action, it will create the record or not?
How do I also insert the Doc Discrition details simultaneously.
Trying and trying...SOS Pls assist
Last edited: