I've always been a big fan of www.realvnc.com
Worked flawlessly for me for quite some time, and it's free.
VBAinChicago
www.jjscomputing.com
www.blueboxshopping.com
You might want to disable the shift key also. A lot of users use it to bypass any startup forms you may be loading.
VBAinChicago
www.jjscomputing.com
www.blueboxshopping.com
I've suggested the free version of AVG anti-virus quite a few times on this board, so wanted to post this information for any of you who are unable to get it to update its virus definitions.
You need to open/edit the AVG file called" url.ini". It's a folder in the AVG program folders, probably...
Are you talking abou the icon that when you hover above it says "updates are ready to install"? If so, this icon will only appear after updates have been downloaded...which may vary from pc to pc.
VBAinChicago
www.jjscomputing.com
www.blueboxshopping.com
You should be able to just create a text box on a form - I think by default it will not point to a table...unless you tell it to.
VBAinChicago
www.jjscomputing.com
www.blueboxshopping.com
If the physical counts are not going to be stored in a table what are you going to do with them?
VBAinChicago
www.jjscomputing.com
www.blueboxshopping.com
Yes. You can just right click on the relationsip "line" in the relationships view and select "delete".
Keep in mind, depending on the structure of your database this could potentially cause problems.
VBAinChicago
www.jjscomputing.com
www.blueboxshopping.com
There's tons of it out there. Do a google search of "log key strokes".
Another hardware based option would be a keystroke logger that plugs in between your keyboard and motherboard. This will have "0" effect on system performance as no software has to run for it to operate.
VBAinChicago...
I would try swapping the hard drive with another hard drive you know is good. If another hard drive will boot, you know the issue is with the existing HD.
VBAinChicago
www.jjscomputing.com
www.blueboxshopping.com
Um, if the database is on a secure on a secure network that the outside person can't access, well, they can't access it.
Maybe I don't understand what you're asking, but it appears you want to know how to let someone access your database when they can't access the network...where the database...
KeithG,
Here's a quick snippet of code that will help you accomplish what you're after:
'opens an e-mail with the address in a form field
Dim email As String
email = ([Forms]![FormName]![FormFieldName])
DoCmd.SendObject acSendNoObject, "", "", email
End Sub
Replace "FormName" with the name of...
Yes, it's possible.
I would make a command button next to the field with the e-mail address. Set the command button (when clicked) to use the e-mail address in the field as the default e-mail e-mail address for the composed e-mail.
Let me know if you need more specific info - not sure how much...
Send the results of the query into a report, then attach the report to an e-mail using the mentioned action as a text file.
VBAinChicago
www.jjscomputing.com
www.blueboxshopping.com
I've never heard of an OS causing a printer to print "faded". My guess is that at the same time you upgraded to XP th eprinter either A) had a "mechanical" problem, or B) needs a new toner.
Try plugging the printer into another computer to see if you have the same issue.
VBAinChicago...
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.