I am trying to link a txt file (which is in a CSV format) to my database, and then create the fields needed. There are only three needed:
second field - user
third field - date
fourth field - time
all the users are defaulted.
I get the error stating that the fields are not defined, and I'm...
I have a procedure where I open an excel spreadsheet from within Access. I want to be able to open the spreadsheet and then have it go to a specific worksheet, which is dependent on the unit name. I've used the shell command to open the specific spreadsheet, but I can't figure out how to...
Okay, first timer here:
I am sending out an email, and I want to bold the headers or title of the field in the email, but not the data. Here is the code being used.
strUpdate = "RCID#: " & rst!RCID & vbCr _
& "Software Affected: " & rst!Software & vbCr _...
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.