D
Denver
hi,
I have a form with a subfrom [DCL_MasterlList2] with a SQL record source
SELECT [Data Entry2].[Site ID], [Data Entry2].[Site Name], [Data
Entry2].[Drawing Ref], [Data Entry2].[Sheet No], [Data Entry2].Rev, [Data
Entry2].Description, [Data Entry2].[Drwg Typ], [Data Entry2].[Drawing Title],
[Data Entry2].[Rd Line], [Data Entry2].[TR Rd Line], [Data Entry2].[TR Rd
Line Date], [Data Entry2].ReSubmit, [Data Entry2].[Date ReSubmit], [Data
Entry2].AsBuilt, [Data Entry2].[Reviewed Red Line], [Data Entry2].[Reviewed
Red Line(PMT)], [Data Entry2].[TR Rd Line(PMT)], [Data Entry2].[TR Rd
Line(PMT) Date], [Data Entry2].[Return by PMT], [Data Entry2].[Date Return],
[Data Entry2].SubContractor, [Data Entry2].CWP, [Data Entry2].[CWP Title],
[Data Entry2].Index, [Data Entry2].Discipline, [Data Entry2].Prefix, [Data
Entry2].Size, [Data Entry2].size_value, [Data Entry2].[Qty of Sheets], [Data
Entry2].EQA, [Data Entry2].EA, [Data Entry2].Eqv_A_Size, [Data
Entry2].[Earned ASize], [Data Entry2].[Physical Prog], [Data Entry2].TR,
[Data Entry2].Date, [Data Entry2].SubCon, [Data Entry2].Location, [Data
Entry2].[Drawing Control No], [Data Entry2].[Key Drawing],......FROM [Data
Entry2];
I have a cmdCreateList button, I want from this button that after I make
filter
from my subform and click on cmdCreateList it will export those filter to
excel 2003 with only the following form Column
Drawing No. Site Rev Index Description
Is it possible? because my subform consist of around 15 columns so rather
than exporting everything i just need to export those columns.
How would i start my codes? i am using access 2003
thanks for any help, I appreciate
I have a form with a subfrom [DCL_MasterlList2] with a SQL record source
SELECT [Data Entry2].[Site ID], [Data Entry2].[Site Name], [Data
Entry2].[Drawing Ref], [Data Entry2].[Sheet No], [Data Entry2].Rev, [Data
Entry2].Description, [Data Entry2].[Drwg Typ], [Data Entry2].[Drawing Title],
[Data Entry2].[Rd Line], [Data Entry2].[TR Rd Line], [Data Entry2].[TR Rd
Line Date], [Data Entry2].ReSubmit, [Data Entry2].[Date ReSubmit], [Data
Entry2].AsBuilt, [Data Entry2].[Reviewed Red Line], [Data Entry2].[Reviewed
Red Line(PMT)], [Data Entry2].[TR Rd Line(PMT)], [Data Entry2].[TR Rd
Line(PMT) Date], [Data Entry2].[Return by PMT], [Data Entry2].[Date Return],
[Data Entry2].SubContractor, [Data Entry2].CWP, [Data Entry2].[CWP Title],
[Data Entry2].Index, [Data Entry2].Discipline, [Data Entry2].Prefix, [Data
Entry2].Size, [Data Entry2].size_value, [Data Entry2].[Qty of Sheets], [Data
Entry2].EQA, [Data Entry2].EA, [Data Entry2].Eqv_A_Size, [Data
Entry2].[Earned ASize], [Data Entry2].[Physical Prog], [Data Entry2].TR,
[Data Entry2].Date, [Data Entry2].SubCon, [Data Entry2].Location, [Data
Entry2].[Drawing Control No], [Data Entry2].[Key Drawing],......FROM [Data
Entry2];
I have a cmdCreateList button, I want from this button that after I make
filter
from my subform and click on cmdCreateList it will export those filter to
excel 2003 with only the following form Column
Drawing No. Site Rev Index Description
Is it possible? because my subform consist of around 15 columns so rather
than exporting everything i just need to export those columns.
How would i start my codes? i am using access 2003
thanks for any help, I appreciate