Printing my Insurance Carriers list
-
- Posts: 12
- Joined: Tue May 07, 2013 12:57 pm
Printing my Insurance Carriers list
Is there no way to do this?
I'd want the carrier name, phone, address and ideally the electronic id. How can I do this?
I'd want the carrier name, phone, address and ideally the electronic id. How can I do this?
-
- Posts: 361
- Joined: Mon Feb 25, 2008 3:09 am
Re: Printing my Insurance Carriers list
Try this,
drtmz
select CarrierName, Address, Address2, City, State, Zip, Phone, ElectID
from carrier
drtmz
select CarrierName, Address, Address2, City, State, Zip, Phone, ElectID
from carrier
-
- Posts: 12
- Joined: Tue May 07, 2013 12:57 pm
Re: Printing my Insurance Carriers list
That worked ok but it's not a complete list, some are missing and it's in a very odd order. I was going to post the screenshot but no idea how to do that. Seems odd there's not a standard report to print this list.
-
- Posts: 361
- Joined: Mon Feb 25, 2008 3:09 am
Re: Printing my Insurance Carriers list
There is:
Main Menu, Lists, Insurance Carriers
drtmz
Main Menu, Lists, Insurance Carriers
drtmz
-
- Posts: 12
- Joined: Tue May 07, 2013 12:57 pm
Re: Printing my Insurance Carriers list
Yes, but can't print it. Or can I some way(and not screen shots)
-
- Posts: 361
- Joined: Mon Feb 25, 2008 3:09 am
Re: Printing my Insurance Carriers list
Work around:
Make the window as large as you can by stretching it to the top and bottom of the screen. Then use screen shots.
drtmz
Make the window as large as you can by stretching it to the top and bottom of the screen. Then use screen shots.
drtmz
Re: Printing my Insurance Carriers list
Does this work for you?
select CarrierName, Address, Address2, City, State, Zip, Phone, ElectID
from carrier where IsHidden = 0 order by CarrierName
select CarrierName, Address, Address2, City, State, Zip, Phone, ElectID
from carrier where IsHidden = 0 order by CarrierName
Jorge Bonilla DMD
Open Dental user since May 2005
Open Dental user since May 2005
Re: Printing my Insurance Carriers list
select CarrierName, Address, Address2, City, State, Zip, Phone, ElectID
from carrier
order by carriername asc
from carrier
order by carriername asc