Hi ,
i have defined a sub called permission,
i want to make it global over the whole project, so in any form i can write
VB Code:
  1. call permission
it will call it without defining it in every form, do i have to make global ??