Thanks Aceman1
I am trying to show directions to a place using a map. Sorry cannot attach the file as it won't let me k=do that. thnaks for all your help
When I put in the following code the picture does not change and it gives me the following message:cnnot ifnd the field txtpicture referred to in your expression. My pictures are in jpg format. thanks
Please help.
Private Sub Report_Open(Cancel As Integer)
Dim GetPathPart As String
GetPathPart...
When I put the following code I cannot get the picture to be displayed . Please let me know what I am doing wrong.
Private Sub Report_Open(Cancel As Integer)
Dim GetPathPart As String
GetPathPart = "S:\FDRCM\WorkShopMaps"
On Error GoTo err_Report_Open
If Not Me!txtPicture = "" Or Not...
Please let meknow what I am doing wrong as I get a runtime error when I use this code.
Private Sub Report_Open(Cancel As Integer)
Me.Image.Picture = [Reports]![[Info_subreport]![S:\FDCRM\WorkShopMaps]]
End Sub
Private Sub Combo35_AfterUpdate()
' Find the record that matches the control.
Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst "[AttendeeID] = " & Me![Combo35]
Let Me.AttendeeID = Me![Combo35]
Me.Bookmark = rs.Bookmark
Me.Refresh
End Sub
Please help thanks
Hello I need help as the system is not recognising (olMailIt) could some one check my code and assist me as I am fairly new at this. Thanks for your asistance
Private Sub SendInTouchToAdmin_Click()
On Error GoTo Err_SendInTouchtoAdmin_Click
Dim myolApp As Object
Set myolApp =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.