reports: olebound

  • Thread starter Thread starter ken
  • Start date Start date
K

ken

in ms access reports, i have an olebound object. how can i dynamically via
vba change source doc.
 
thks for reply but i currently have the following triggered by the open
event. it does not seem to work..any idea what i am doing wrong


If x = 1 Then
Me.OLEUnbound1.Object.SourceDoc = "C:\Disclosure_30.rtf"
Else
Me.OLEUnbound1.Object.SourceDoc= "C:\Disclosure_50.rtf"
End If
 
Back
Top