SELECT [Ins Test 1].[Employee#], [Last Name] & ", " & [First Name] AS
Expr1, [Ins Test 1].[program Number], [Ins Test 1].[Date information
entered], [Ins Test 1].[Edit Date], [Ins Test 1].[Eligability Date], [Ins
Test 1].[End Date], [Ins Test 1].Medical, [Ins Test 1].[Declined Med], [Ins
Test 1].Dental, [Ins Test 1].[Declined Dental], [Ins Test 1].Vision, [Ins
Test 1].[Declined Vision], [Ins Test 1].[Life Coverage], [Ins Test
1].[Declined Life], [Ins Test 1].[Active/Inactive], [Drop Down Medical].[Co $
M], [Drop Down Medical].[Emp $ M], [Drop Down Medical].[2009 Co $ M], [Drop
Down Medical].[2009 Emp $ M], [Drop Down Medical].[2010 Co $ M], [Drop Down
Medical].[2010 Emp $ M], [Drop Down Medical].[2011 Co $ M], [Drop Down
Medical].[2011 Emp $ M], [Drop Down Medical].[2012 Co $ M], [Drop Down
Medical].[2012 Emp $ M], [Drop Down Medical].[2013 Co $ M], [Drop Down
Medical].[2013 Emp $ M], [Drop Down Dental].[Co $ D], [Drop Down
Dental].[Emp $ D], [Drop Down Dental].[2009 Co $ D], [Drop Down
Dental].[2009 Emp $ D], [Drop Down Dental].[2010 Co $ D], [Drop Down
Dental].[2010 Emp $ D], [Drop Down Dental].[2011 Co $ D], [Drop Down
Dental].[2011 Emp $ D], [Drop Down Dental].[2012 Co $ D], [Drop Down
Dental].[2012 Emp $ D], [Drop Down Dental].[2013 Co $ D], [Drop Down
Dental].[2013 Emp $ D], [Drop Down Vision].[Co $ V], [Drop Down Vision].[Emp
$ V], [Drop Down Vision].[2009 Co $ V], [Drop Down Vision].[2009 Emp $ V],
[Drop Down Vision].[2010 Co $ V], [Drop Down Vision].[2010 Emp $ V], [Drop
Down Vision].[2011 Co $ V], [Drop Down Vision].[2011 Emp $ V], [Drop Down
Vision].[2012 Co $ V], [Drop Down Vision].[2012 Emp $ V], [Drop Down
Vision].[2013 Co $ V], [Drop Down Vision].[2013 Emp $ V], [Drop Down
Life].[Co $ L], [Drop Down Life].[Emp $ L], [Drop Down Life].[2009 Co $ L],
[Drop Down Life].[2009 Emp $ L], [Drop Down Life].[2010 Co $ L], [Drop Down
Life].[2010 Emp $ L], [Drop Down Life].[2011 Co $ L], [Drop Down
Life].[2011 Emp $ L], [Drop Down Life].[2012 Co $ L], [Drop Down Life].[2012
Emp $ L], [Drop Down Life].[2013 Co $ L], [Drop Down Life].[2013 Emp $ L]
INTO [Insurance Table for Auto Date]
FROM ((([Ins Test 1] LEFT JOIN [Drop Down Medical] ON [Ins Test 1].Medical =
[Drop Down Medical].[type M]) LEFT JOIN [Drop Down Dental] ON [Ins Test
1].Dental = [Drop Down Dental].[type D]) LEFT JOIN [Drop Down Vision] ON [Ins
Test 1].Vision = [Drop Down Vision].[type V]) LEFT JOIN [Drop Down Life] ON
[Ins Test 1].[Life Coverage] = [Drop Down Life].[type L];
I think I am treading into uncharted waters here and may be over my head.