Hi
I have the following query that has been developed for me but it constantly asks for the password.
Is there a way of storing/automating this for reporting?
SELECT dbo.tbl_staff.Name, dbo.tbl_function.funct, dbo.tbl_dates.CalendarDate, dbo.tbl_activity.Details
FROM dbo.tbl_staff INNER...