RE: True multi user?

2007-05-30 Thread JugLugs
I agree i will have to request that the user downloads a datasource and saves it as 'c:\data.csv' and point a document to c:\data.csv otherwise i will need to incorporate a lot of vba/c# into the document Thanks for your help just thought there mat be an 'easy' way Cheer

Re: True multi user?

2007-05-30 Thread JugLugs
file to a specified area and filename and then use this (data.csv) as the datasource. i am still hoping there is a better way to :) Thanks, Juglugs -- View this message in context: http://www.nabble.com/True-multi-user--tf3841867.html#a10881116 Sent from the MySQL - General mailing list a

RE: True multi user?

2007-05-30 Thread JugLugs
rive without user intervention. Regards JugLugs -- View this message in context: http://www.nabble.com/True-multi-user--tf3841867.html#a10879747 Sent from the MySQL - General mailing list archive at Nabble.com. -- MySQL General Mailing List For list archives: http://lists.mysql.com

True multi user?

2007-05-30 Thread JugLugs
I have a mailmerge document set up with a datasource table of 'data' I want each user to create this table from a result of other tables. How can users create their own version without overwriting each others work ? Thanks -- View this message in context: http://www.nabble.com/True-multi-user

Re: Syntax Problem

2006-12-08 Thread JugLugs
Field was wrongly named - Cheers! -- View this message in context: http://www.nabble.com/Syntax-Problem-tf2779708.html#a7756233 Sent from the MySQL - General mailing list archive at Nabble.com. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:h

Syntax Problem

2006-12-08 Thread JugLugs
((Rejected < 1 AND Rejected IS NOT NULL) OR rejected IS NULL) AND ((Status = 'Verified' OR Status = 'Verified & Modified' OR Status IS NULL) AND (UploadedDate BETWEEN 355709 AND 355789) AND (Deleted <> 1 OR Deleted IS NULL) AND (Type = 'User')) Please help