I have a database on which if i click on the call button it takes the number as it was when the opening of the database, Please help:
Private Sub Command54_Click()
On Error GoTo Err_Dial_Click
contact_number.SetFocus
Call Shell("C:\Program Files\Excel Dialer Pro\phoneex.exe", vbNormalFocus)
On Error GoTo Err_Dial_Click
Exit_Dial_Click:
Exit Sub
Err_Dial_Click:
MsgBox Err.Description
Resume Exit_Dial_Click