Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- ADODC1 syntax error in query expression
- Hi I am getting the an error stating syntax error in query expression 'start date LIKE '2%". The code concerned lookes like this: Adodc1.RecordSource = "Select * From projandpro Where start date LIKE '" & Text5 & "%';"Can anyone help me modify this code so that...
- Q&A 2006-09-02
- Edit an Access Database from Excel using DAO
- Can anyone help me edit the following code so that I can use an excel row to edit an access database. The code is to be put in a Macro and used via command button on excel worksheet.Dim dbMyDB As DatabaseSet dbMyDB = OpenDatabase("C:Pro.mdb")Dim rsMyRS As RecordsetSet rsMyRS = dbMyDB.OpenRecordset("Customers",...
- Q&A 2006-08-12
- << Previous
- page 1 of 1
- Next >>