T 
		
				
			
		tallpaul
Guest
This is what i have got:
A form that when closed runs a macro.
This macro runs a query that outputs the queried data to a spread sheet.
My database is stored on a file server, and is accessed across the network by several people.
Everything runs fine when the form is open and closed on the server but when i access the database from another machine and close the form the macro fails becuase it has the wrong pathway. I.e. D:/database/info.xls. what i need is a network path. The trouble is, is that the "output file" property in the action arguments pane of the macro design window suggests that it needs the full path to the .xls file.
Can this be done. I have tried a few things like "http://server/Updatewebsite/MessageInfo.xls
but it cant be found.
P,.ease help
Thanks Paul
 A form that when closed runs a macro.
This macro runs a query that outputs the queried data to a spread sheet.
My database is stored on a file server, and is accessed across the network by several people.
Everything runs fine when the form is open and closed on the server but when i access the database from another machine and close the form the macro fails becuase it has the wrong pathway. I.e. D:/database/info.xls. what i need is a network path. The trouble is, is that the "output file" property in the action arguments pane of the macro design window suggests that it needs the full path to the .xls file.
Can this be done. I have tried a few things like "http://server/Updatewebsite/MessageInfo.xls
but it cant be found.
P,.ease help
Thanks Paul