FAO [MVP] S. Clark

J

James

Many Thanks for that.

I think its me being thick I have tried this UNISON thing
and its not working. I dont know why not I must be doing
it wrong. So I looked in the Access help for it and I
cannot find it.

Would you like to explain about it a little or would you
like a look at the database?

Many Thanks fro all this

James
 
M

[MVP] S. Clark

The word was probably UNION.

(If I wrote UNISON, then I dearly apologize for the typo.)

--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
J

James

Cheers I will look for that... :) he he he no wonder I
could not find it :)

James

P.S. If I have any problems can I get back to you?
 
J

James

Hello I have done this:

SELECT Forname,Surname,Location,Department,Usename,
Password, "Type of Dialin" FROM [SQT Live CISCO Accounts];
UNION ALL
SELECT Name,Base,NULL,NULL,Username,Password,"Type of
Dialin" FROM [live CISCO Accounts];

And its asking me for a Username???

Why is it doing this and if I fill one in then it creates
an extra field with the username I put in the prompt box.

James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top