You can use this function that will actually replace the characters within a specified string with some other characters. This is MUCH better than using the MID statement because it doesn't care about the length of the string you are replacing. You can also use it to remove a group of...
Here's something that might help. You can use this function that will actually replace the characters within a specified string with some other characters. This is MUCH better than using the MID statement because it doesn't care about the length of the string you are replacing or replacing...
I'm about to do this very thing in a project. Use the TransferDatabase method of the DoCmd object, setting the structureonly parameter to True. That will copy the entire structure of your source table into a new table you specify, even in a different database if you wish.
If you forget to hold down the SHIFT key, you may also try pressing the F11 key after you have brought up the Access database to expose the database window. From there you can access the Tables, Queries, Forms, Reports and Modules. If there is no database security implemented on the database...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.