gerard1979
MIS
Access2000,
Customize toolbar
Add Menu
Add OnAction = UpdTable("tblCustomer"
referencing to
Function UpdTable(strTable as string)
select case strTable
case..
..
end select
I know how to reference to functions without parameters. But how can I give a parameter in the field OnAction?
Thnx in advance,
Gerard
Customize toolbar
Add Menu
Add OnAction = UpdTable("tblCustomer"
referencing to
Function UpdTable(strTable as string)
select case strTable
case..
..
end select
I know how to reference to functions without parameters. But how can I give a parameter in the field OnAction?
Thnx in advance,
Gerard