Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Visual Basic
How to Delete records (Access/Excel)
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
elbatz
New Member
Join Date:
Dec 2007
Posts:
14
#1
How to Delete records (Access/Excel)
Dec 26 '07, 07:56 AM
Hi! Does anyone know the code of how to delete records in access using excel as reference.
example:
Delete * FROM table1 WHERE table1.ID=excel file.ID ?
Thanks
vksingh24
New Member
Join Date:
Dec 2007
Posts:
21
#2
Dec 26 '07, 11:48 AM
Originally posted by
elbatz
Hi! Does anyone know the code of how to delete records in access using excel as reference.
example:
Delete * FROM table1 WHERE table1.ID=excel file.ID ?
Thanks
1) Create a Link Table in your ms-access database of the EXCEL File
2) Create a Query
DELETE * FROM table1 where table1.[ID] IN (SELECT [ID] FROM ExcelFile);
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment