Re: Help with reports please
Set a reference to MS Access and do something like
vb Code:
Set Axs = CreateObject("Access.Application")
Axs.Visible = True
Axs.RunCommand acCmdAppMaximize
Axs.OpenCurrentDatabase (DBPath) 'path to database
Axs.DoCmd.OpenReport TheReport 'your report name
Axs.DoCmd.Maximize
Axs.Quit
Re: Help with reports please
thanks for ur reply but i am new to vb and i dont quite understand wat ur trying to say
i am very sorry for being stupid but can u please explain each step please if u have the time
it would be very helpfull
thanks