Hi,
I have a form as part of an access database. Amongst numerous other fields on the form (from Different tables), I have the following fields:
[CNum] : Primary key (autonumber) from one table
[Type] : Text field limmeted to 5 options.
[CName] : Text field
I receive data in the form of excel spread sheets (1 spreadsheet per entry in my main table) The spreadsheets are saved in a spesific location and named according to the relevant [Cnum] i.e. the spreadsheet for record 4949 is named C:/CC/4949.xls.
Each spread sheet has 5 tabs corresponding to the 5 possible values of [Type]
I need to create an event (Button double click) that will:
Update [CName] with the value of cell B6 on the [Type] sheet of workbook [CNum]
Any sugestions on the best way to accomplish this?