Tagged Questions
1
vote
2answers
837 views
Form has my table locked down tight even after docmd.close
Sorry for the wall of text guys but this one requires expliaining, way too much code to post...
I'm importing fixed width files into access in methods that require data entry. I import the file ...
0
votes
2answers
49 views
Create table but Drop it if the table exists already
I am working on a request where I have to create a table to insert some data. So, obviously I will have first have a delete table st. before the create st. but when I am running this for the first ...