|
Change Your Payee Number
If you need to change your payee number follow these steps:
- go to View- providers and find the provider you wish to
edit
- change the payee number listed (keep the same practitioner
number)
- go to Tools- SQL scratchpad and enter the command below
(change the practitioner and payee numbers to the appropriate
values):
UPDATE schedule_note SET schedule_note.payee = "54321"
WHERE (((schedule_note.pract)="12345"));
- Click the "execute.." button to save changes
updated
May 22, 2009
|