I have a customer service center where we log incoming calls into an Access database. After the calls are logged in we send the page to the staff via an alpha numeric pager. We currently use software provided by our pager company to send these pages. Based on the call we either page one person or group page several persons. The problem I have is the paging software fails often, leaving pages unsent. I have attempted to send these pages via e-page ( which is available in our area) but they are sometimes held in a queue for longer periods of time then is acceptable. My question, has anyone done this in VBA? I need to dial the pager company send the string, perhaps multiple times, and then confirm the page was accepted. We are averaging over 7000 calls per month and 1/2 of those go to groups of 2 or more. Table design and such for the groups I can handle. Dialing the phone and sending the page is where my brain starts to hurt.Any suggestions would be appreciated. Working and tested code even more so