M
melinda.pluma
I have a database that I think is crippled, the poor thing never had a
chance. I cannot have 3 tables in any of my queries. I think it's
because of how they are related. This is the SQL of the query that
won't run.
SELECT [Remote Access Users].[Install Date], [Remote Access
Users].Branch, [Remote Access Users].[E Number], [Remote Access Users].
[FC #], [Remote Access Users].[First Name], [Remote Access Users].
[Last Name], [Remote Access Users].UserID, [Remote Access
Users].Active, ISP.ISP, [Remote Access Users].Birthdate, [Remote
Access Users].[Order Entry], [Remote Access Users].[OE Date], [Remote
Access Users].[Transfer Date], [Remote Access Users].[Rcvd 517],
[Remote Access Users].Notes, [Remote Access Users].[Branch Location],
[Remote Access Users].[Branch Location], [Branch List].[Wire Symbol]
FROM (ISP RIGHT JOIN [Remote Access Users] ON ISP.[FC #] = [Remote
Access Users].[FC #]) INNER JOIN [Branch List] ON (ISP.ID = [Branch
List].ID) AND ([Remote Access Users].Branch = [Branch List].[Branch
Number])
WHERE ((([Remote Access Users].[Last Name]) Like [Please Enter Last
Name])) OR ((([Remote Access Users].[FC #])=[Please Enter FC #]));
Thanks so much for your help... Lol and please dumb this down as much
as possible!
chance. I cannot have 3 tables in any of my queries. I think it's
because of how they are related. This is the SQL of the query that
won't run.
SELECT [Remote Access Users].[Install Date], [Remote Access
Users].Branch, [Remote Access Users].[E Number], [Remote Access Users].
[FC #], [Remote Access Users].[First Name], [Remote Access Users].
[Last Name], [Remote Access Users].UserID, [Remote Access
Users].Active, ISP.ISP, [Remote Access Users].Birthdate, [Remote
Access Users].[Order Entry], [Remote Access Users].[OE Date], [Remote
Access Users].[Transfer Date], [Remote Access Users].[Rcvd 517],
[Remote Access Users].Notes, [Remote Access Users].[Branch Location],
[Remote Access Users].[Branch Location], [Branch List].[Wire Symbol]
FROM (ISP RIGHT JOIN [Remote Access Users] ON ISP.[FC #] = [Remote
Access Users].[FC #]) INNER JOIN [Branch List] ON (ISP.ID = [Branch
List].ID) AND ([Remote Access Users].Branch = [Branch List].[Branch
Number])
WHERE ((([Remote Access Users].[Last Name]) Like [Please Enter Last
Name])) OR ((([Remote Access Users].[FC #])=[Please Enter FC #]));
Thanks so much for your help... Lol and please dumb this down as much
as possible!