nehachoubey
Board Regular
- Joined
- Aug 17, 2011
- Messages
- 52
I have written a module ds and called it in command button(Default) like this:
It performs all tasks except for the link with database ie ODBC part. If i run the module it runs perfectly but not throught command click. Plz help!!
Code:
Sub default_click()
call ds
End Sub