N
Natalie
Can I have a form based on a union query that allows me to update
information? Currently I have a union query (below) and I cannot updata
information in it? What am I doing wrong?
SELECT [User ID], [Company], [Status], [Address #], [Direction], [Address
Street Name], [Street Type], [Unit #],[City], [ZIP Code], [District],
[Contact], [Title], , [Phone], [Fax],[Oil & Grease BMP/Interceptor],
[Inspection Schedule], [Next Inspection Month], [Inspection Location
Grouping], [Interceptor], [BMP], [Interceptor Location], [Interceptor Size],
[Outside Waste Grease Bin Description], [Pump Interval (months)], [Service
Company], [Use Enzymes]
FROM [OG_Main From, Schedule, Interceptor Info]
WHERE [m_Facility Contact Info/Main Form].[Oil & Grease BMP/Interceptor]=yes
UNION ALL SELECT [User ID], [Tenant Name], [Status], [Address #],
[Direction], [Address Street Name], [Street Type], [Unit #/ Suite], [City],
[ZIP Code], [District], [Contact], [Title], [Email], [Phone], [Fax], [Oil &
Grease BMP/Interceptor], [Inspection Schedule], [Next Inspection Month],
[Inspection Location Grouping], [Interceptor], [BMP], [Interceptor Location],
[Interceptor Size], [Outside Waste Grease Bin Description], [Pump Interval
(months)], [Service Company], [Use Enzymes]
FROM [MT_Tenant Information Query]
WHERE [MT_Tenant Information Query].[Oil & Grease BMP/Interceptor] =yes;
information? Currently I have a union query (below) and I cannot updata
information in it? What am I doing wrong?
SELECT [User ID], [Company], [Status], [Address #], [Direction], [Address
Street Name], [Street Type], [Unit #],[City], [ZIP Code], [District],
[Contact], [Title], , [Phone], [Fax],[Oil & Grease BMP/Interceptor],
[Inspection Schedule], [Next Inspection Month], [Inspection Location
Grouping], [Interceptor], [BMP], [Interceptor Location], [Interceptor Size],
[Outside Waste Grease Bin Description], [Pump Interval (months)], [Service
Company], [Use Enzymes]
FROM [OG_Main From, Schedule, Interceptor Info]
WHERE [m_Facility Contact Info/Main Form].[Oil & Grease BMP/Interceptor]=yes
UNION ALL SELECT [User ID], [Tenant Name], [Status], [Address #],
[Direction], [Address Street Name], [Street Type], [Unit #/ Suite], [City],
[ZIP Code], [District], [Contact], [Title], [Email], [Phone], [Fax], [Oil &
Grease BMP/Interceptor], [Inspection Schedule], [Next Inspection Month],
[Inspection Location Grouping], [Interceptor], [BMP], [Interceptor Location],
[Interceptor Size], [Outside Waste Grease Bin Description], [Pump Interval
(months)], [Service Company], [Use Enzymes]
FROM [MT_Tenant Information Query]
WHERE [MT_Tenant Information Query].[Oil & Grease BMP/Interceptor] =yes;