Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can you set up an Excel spreadsheet which can act as a view of a Access table
and allow direct update of that table? If possible how do I set it up? Regards Charles Moore |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can do it but it requres a reasonably good understanding of VBA macros
and ADO Recordsets. Reading the data into a spreadsheet is relatively easy. You can use Data - Import External Data - New Database Query... It is writing back that is the tricky part. -- HTH... Jim Thomlinson "Chase" wrote: Can you set up an Excel spreadsheet which can act as a view of a Access table and allow direct update of that table? If possible how do I set it up? Regards Charles Moore |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes.
You must use Visual Basic for Application(VBA), which is a programming environment built within Microsoft Excel. You can create one or more Data Source name'c (DSN) to connect and perform operation on databases in Microsoft Access. However, the data in excel requires lot of cleaning before transforming the information to Excel. This is mostly recommended when you use Forms for User Interface Designing in application developemnt using Microsoft Excel. Challa Prabhu "Chase" wrote: Can you set up an Excel spreadsheet which can act as a view of a Access table and allow direct update of that table? If possible how do I set it up? Regards Charles Moore |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can excell extract data from Access (hot line?) | Excel Worksheet Functions | |||
Get Data from a secured Access database | Excel Discussion (Misc queries) | |||
Sending Data to Access Database | Excel Discussion (Misc queries) | |||
Data extract from access query | Excel Discussion (Misc queries) | |||
excel to get data from an access database | Excel Discussion (Misc queries) |