OK here's a bodge that should work if you really can't get access, and bear in mind I no nowt about macros etc.
OK you need 2 sheets open in excel, one's going to be your form, the 2nd is your database.
1 - set your form out how you like with all the relevant sections
2 - set you database sheet out with one column to match each of the data entry sections of your form, with the first column being kept for the order number / id number.
3 - use the formulas to link the relevant cell in the form with the top cell in each column - ie for the order number the cell value would be =worksheet2!a2
and so on so that all the data bits of the form are linked to the relevant column of the 2nd line in the second sheet.
4 - At line 4 in the 2nd sheet, start your records with number 1, if you want to auto number the first column simply fill out 1, 2, 3 in the cells, then highlight all 3 cells, click in the bottom right corner, hold it down and pull the mouse down the sheet, this should autonumber the cells all the way down.
5 - each time you want to create a new record simply input the data into the next line on the data sheet. Once you've inputed the data, copy the entire line, then paste that into line 2 on the sheet. This should then be linked to the form, and will automatically fill in the relevant bits in the form. Print off 2 copies of the form, and make sure you keep a paper copy.
6 - to create the next record just repeat the process.
this means you'll keep a record of all the info for all quotes you ever do on sheet, though you won't actually have an electronic version of the actual form you printed, you will have kept a printed version filed properly (won't you?), and in any case can easily generate a new copy of the form by simply copying and pasting.
It's a bodge, but providing you get the columns right in the first place, it will be in a format that means you can easily transfer the data to access.
It also means you won't have to type the info out twice, just one cut and paste will sort it.
hope this helps, i'm off to the pub now, and expect this idea to have been picked apart by the time I return
