Question : MS Access Auto Dialer

Hi

Im trying to get the Access 2007 Auto dialer to call a number in a set field but when I click on it it does not display any number at all.

The default code the dialer creates is:

    Screen.PreviousControl.SetFocus
    DoCmd.RunCommand acCmdAutoDial

I have changed this to:

    Forms!Test!TellNo.SetFocus
    DoCmd.RunCommand acCmdAutoDial

However it sill comes up with an empty box

Any one any ideas??

Many thanks

Brasso

Answer : MS Access Auto Dialer

Does specifying the column (zero based) help?

 Forms!Test!Mytextbox = Forms!Test!TellNo.Column(0)
Random Solutions  
 
programming4us programming4us