Hey all,
I am working on something and was wondering what you guys thought would be the best way of doing this.
I have a "OrderEntry" order form, and on the form there is info entered on the form itself, and there is info entered in a subform on the "OrderEntry" form.
On the main part of the form, I enter in PO#, PR#, Date Ordered and Date Completed. this info is saved in a table called "PartOrders".
On the subform, it has drop lists which allow me to select manufacturer, model, part description, and enter in quantity and date each item was received. This is stored in a table called "PartOrders Parts"
My goal is to enter in an order, and have that order exported out to a spreadsheet. Having looked around in here, there are those that say the best way is to open Excel and import the date, while some show how to export the data to the actual spreadsheet file.
Being that the data in my database is in two separate tables, would you recommend doing a query (which also by the way allows me to select only orders that need to be processed vs those already ordered base the field "date Ordered") and then exporting that to excel, or perhaps query into a temp table and then going to excel and importing the info.
As for the formatting in Excel, there really isnt anything exciting there. There is a top part which needs to be there (so the importing of data should start about line 5 in the spreadsheet).
I was just looking for suggestions before I dive into this and find out it could have been easier and more efficient by doing it one way vs the other, and since you all have the knowledge, I figure who better to ask??
thanks guys!!
Richard
I am working on something and was wondering what you guys thought would be the best way of doing this.
I have a "OrderEntry" order form, and on the form there is info entered on the form itself, and there is info entered in a subform on the "OrderEntry" form.
On the main part of the form, I enter in PO#, PR#, Date Ordered and Date Completed. this info is saved in a table called "PartOrders".
On the subform, it has drop lists which allow me to select manufacturer, model, part description, and enter in quantity and date each item was received. This is stored in a table called "PartOrders Parts"
My goal is to enter in an order, and have that order exported out to a spreadsheet. Having looked around in here, there are those that say the best way is to open Excel and import the date, while some show how to export the data to the actual spreadsheet file.
Being that the data in my database is in two separate tables, would you recommend doing a query (which also by the way allows me to select only orders that need to be processed vs those already ordered base the field "date Ordered") and then exporting that to excel, or perhaps query into a temp table and then going to excel and importing the info.
As for the formatting in Excel, there really isnt anything exciting there. There is a top part which needs to be there (so the importing of data should start about line 5 in the spreadsheet).
I was just looking for suggestions before I dive into this and find out it could have been easier and more efficient by doing it one way vs the other, and since you all have the knowledge, I figure who better to ask??
thanks guys!!
Richard