Hello,
i'm writting a databse using access and would like to export certain records to an excel file.
i have coded a form that allows me to find a record by using the item number called "C#" then sets that record in a new form. so the new form now has the record i did the FindRecord for, now i am looking to export that record using a button into an excel file. i'm not sure what command to use, i have tried DoCmd.OutputTo
DoCmd.TransferT ext
and a few others and just cant seem to get it to work.
can anyone help me?
thank you in advance =D
i'm writting a databse using access and would like to export certain records to an excel file.
i have coded a form that allows me to find a record by using the item number called "C#" then sets that record in a new form. so the new form now has the record i did the FindRecord for, now i am looking to export that record using a button into an excel file. i'm not sure what command to use, i have tried DoCmd.OutputTo
DoCmd.TransferT ext
and a few others and just cant seem to get it to work.
can anyone help me?
thank you in advance =D
Comment