10/24/2015
- Delete records and extract records using the forms created in MSAccess(User forms)???
11/6/2015
'Delete record is working. And similarly Insert query will also work. Looks like only Select query has a problem.
'sql1 = "delete from IssueTracker where SNo=129"
'CurrentDb.Execute sql1
- Table already exist, but will need a new column created based on two columns. How to create???
- Delete records and extract records using the forms created in MSAccess(User forms)???
11/6/2015
'Delete record is working. And similarly Insert query will also work. Looks like only Select query has a problem.
'sql1 = "delete from IssueTracker where SNo=129"
'CurrentDb.Execute sql1
- Table already exist, but will need a new column created based on two columns. How to create???