Hi
I have some code in my DB that opens up a file using the following code:
'Opens the file.
stAppName = "cmd /c " & Chr(34) & fileName & Chr(34)
Call Shell(stAppName, vbHide)
Now the above works perfectly well when opening a file on my C:\ drive even if there are spaces in the directory...
Hi
I have a sub form currently that is in datasheet view and I want to setup a command button that when clicked will copy all the records from the sub form into the clipboard.
I am essentially wanting to replicate going into the subform and pressing Ctrl + A (to select all records) and then...
Hi
Does anyone know of way/if possible that you can host the backend on the internet/remote machine and have the front end connect to it.
What I am trying to achieve is that we have 3 offices and we want them all to share the same backend. Currently all 3 offices have their own backend.
The...
Hi,
For some reason when I enter To Do items they show up on the calander a day early. Everyone in our office is experiencing this.
Any ideas?
Regards
Mark
Hi
I have a form which displays some of the information contained in a quote. The problem is that if there is no description entered for the quote it won't display the quote record at all...
The SQL I have is:
SELECT tblQuote.Date, tblQuote.QuoteID, tblQuote.Status, tblCompany.CompanyName...
Hi all
I have had a look at past posts on the above issues but have not been able to resolve my issue. I have a form which displays information on sales orders (frmSOBook) and works fine.
I have another form (frmListSo) which brings up a list of sales orders which you can then click on to and...
Hi everyone
I have been successfully in getting some code to work that basically sends an email through lotus notes and saves a copy of the email in the sent items folder.
My problem is that I want some code that will basically open up a new email and insert the email address, subject and...
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.