Hello,
Hopefully this is an easy one. :)
I have a process that moves a file. Just need to check to see if the file is open before I move it. Any sugestions?
Thanks
- D
Hello,
Just a basic question, is there anyway to add text to a pdf document using code? I need to add repeating text to specific pages but I don't want to spend the time manually.
Thanks
DCD
Hello,
I'm using Access97 and wondering whats the quickest way to determine if a table exists. I want to delete the table if it exists. Currently, I loop through Tabledefs and I delete the table if found. The more tables I have, the longer this takes...
Any Ideas?
Thanks
DCD
Hi,
I believe you'll need to use something like:
"where blabla = '" & format(Date(),"YYYY-MM-DD HH:NN:SS") & "'"
you may need to tweak the date format a little.
Good Luck
- DCD
Hi,
I've seen most of the posts regarding attaching and emailing using VBA code, and I've just started working with it and hope someone can answer a couple of questions...
1) I can email one person. I've tried creating a group to send an email to multiple people, but it doesn't appear to have...
Hi
Try
test: format([countofmalus]/[count]*100,"#.000")
if you want to force 3 decimal places
OR
test: format([countofmalus]/[count]*100,"#.###")
if you don't mind having 1, 2 or 3 decimal places
Good Luck
-DCD
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.