Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Getting #13 Type MisMatch
I would like to do this in excel with a command button for the reason I don't want my employees in the Access database Could someone help me with this? Heres what I have so far Sub upDateRegSaleTable() Dim cn As DAO.Connection Dim strSQL1 As String strSQL1 = "UPDATE RegSale SET RegSale.SaleTaxID = """ _ & "WHERE (((RegSale.SaleTaxID)""));" Set cn = OpenDatabase("C:\Ilsa\Data\Ilsa.mdb") 'Error's here #13 Type MisMatch With cn ..Execute strSQL1, dbFailOnError ..Close End With Set cn = Nothing |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update or Append Access Table | Excel Programming | |||
How can I update an MS Access table record from within Execl works | Excel Discussion (Misc queries) | |||
Is it possible to update records in an Access table from Excel? | Excel Programming | |||
update Access Table in Excel | Excel Programming | |||
How to update Access Table with Excell Data | Excel Programming |