ram_Sathish
New Member
- Joined
- Jun 12, 2006
- Messages
- 15
Hi All,
I tried opening an access application through vb by giving the following code
set obj = createobjec("Access.Application")
set obj1=obj.openaccessproject("Path of the mdb file")
but i got an error saying that exception
can you please help me out.
thanks
I tried opening an access application through vb by giving the following code
set obj = createobjec("Access.Application")
set obj1=obj.openaccessproject("Path of the mdb file")
but i got an error saying that exception
can you please help me out.
thanks