This may not be the best place to post this, but I am hoping someone will be able to help...
I have gotten the SendObject command to work correctly on my .adp Access Program (SQL 2000 backend). I am attempting to send a report, but unfortunately, by using the SendObject it sends a report for...
Thank you! I tried sending the file in Text format but the users didn't know how to open the file yet. I believe I will go with the PDF format or HTML format from now on. I figure people should be able open those no matter what.
Thanks again!
Hello,
I am trying to send some documentation to committee members, however I have a PC and they have a Mac. I have an Access 97 report I have exported into Excel that I initially sent them, however they do not have Excel, so I sent a .rtf document, and they were still unable to open the file...
Thank you thank you!! I spent an hour last night trying to get this to work, and the only thing that was different is that you had Like in front the entire string and I had it only in front of the "*"!
Thanks again!
Hello,
I have a query that is filtering data based on a field on a form that may or may not contain data selected by the user. This query selects the data correctly when there is data in this field, however, I cannot figure out how it to select it correctly when the field is empty. Can this...
I've used the Weekday function in the past.
IIf(Weekday([date])=1,DateAdd("d",[date],-2),IIf(Weekday([date])=7,DateAdd("d",[date],-1),DateAdd("d",[date],-1)))
The program files are on the c: partition. The d: partition is the system restore files. I don't know much about partitions - this is just how the computer was set up when it was purchased. There is over 750 MB left on the d: partition and over a GB left on the C: partition. Would you recommend...
Here is what I've done so far...Did a complete uninstall and reinstall of Office, created new shortcuts, cleaned up my hard drive (including doing a defrag), applied SR1 & SR2 for Office...installed it on a different computer with no partitions and had no problems, so I am under the impression...
Ok, I followed your instructions, removed all temp files, Internet Temp Files, scanned my hard drive, and defragged it. Now instead of the "Not enough memory" error, I get a "System Error, there is not enough memory to run this program, please close all other programs..."...
Hello,
I have a laptop that has 2 partitions, and Win 98. When I install Office 97 onto this computer, a msgbox comes up telling me that the setup could not add a line to the Autoexec.bat file, and that I should add it. So I did (it points to the folder where Office resides). Now, I have a...
Hello,
I have a laptop that has 2 partitions, and Win 98. When I install Office 97 onto this computer, a msgbox comes up telling me that the setup could not add a line to the Autoexec.bat file, and that I should add it. So I did (it points to the folder where Office resides). Now, I have a...
Hello,
I am trying to create a report that shows Weekly sums, as well as YTD sums based on data entered by the User.
Month Shift TotalHours
Jan A 15
summary YTD 15
Jan B 15
summary YTD 15
Feb A 15
summary YTD 30
Feb B...
I am working with a system where users may have Win 95 or NT PC's on a NT Network. I am trying to query data based on the User's login ID and have it working using the Environ("UserName") capabilities for Win NT users, but not for Win 95 users. I have gotten the network user name using...
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.