I have a form in Access that I would like supliers to fill-out and return the information. Right now, we print the form and fax it; they complete it and then fax it back to us.
I have designed an excel form that looks similar to the Access form we are using and have locked all the cells except the one we want them to fill-out. I have a button on my Access form that I want to take certain fields from the current record and populate certain cells in Excel. What is the best way to do this?
For example code...
The field in the table is [supplier name] and the control on the form is [txtSupplier].
The Excel spreadsheet is "c:\supplier.xls" and the cell in which I want to paste is C3.
Many Thanks
I have designed an excel form that looks similar to the Access form we are using and have locked all the cells except the one we want them to fill-out. I have a button on my Access form that I want to take certain fields from the current record and populate certain cells in Excel. What is the best way to do this?
For example code...
The field in the table is [supplier name] and the control on the form is [txtSupplier].
The Excel spreadsheet is "c:\supplier.xls" and the cell in which I want to paste is C3.
Many Thanks