Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. NewTeki

    Course or Workshop (3-5 Days)?

    Is anyone aware of a course or workshop for Access VBA Coding? Thank you in advance for any help.
  2. NewTeki

    Workshop or Course (3-5 days)?

    Is anyone aware of a course or workshop for Visual Basic Access? Thank you in advance for any information.
  3. NewTeki

    Acess to Outlook stopped working

    Problem is resolved. IT had permissions set up wrong for ne Outlook software. Thanks.
  4. NewTeki

    Acess to Outlook stopped working

    Here is the code: Option Compare Database Option Explicit Global User1 As String Private Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" (ByVal lpbuffer As String, nSize As Long) As Long Function CreateCalObject() Dim MyOlApp As Object, MyNameSpace As Object, MyFolder As...
  5. NewTeki

    Acess to Outlook stopped working

    We have an old access database that we enter truck receiving dates and times into, which then calls a routine to put it in a calendar in outlook. I have not gotten into this database because it has worked fine for years. This past weekend, our IT department moved the outlook program to a new...
  6. NewTeki

    Trouble with Report sent as Snapshot.

    I send a report out as a snapshot (report has embedded pictures in it). Users want to save only 1 page of the report, when printing that page to a file, everything appears OK, but they cannot open that file. Any suggestions?
  7. NewTeki

    importing or linking photograghs

    HiTechUser, Thanks for the reply.
  8. NewTeki

    importing or linking photograghs

    We ahve an access application that monitors deliveries. Whenever there is a problem, a photo is taken of the merchandise. Is there a way to import photo into the access application, and subsequently attach it to an email or print it right on a report? Thanks for any help.
  9. NewTeki

    Protecting ACCESS Objects

    Thank you very much! Is there a manual I can purchase to guide me through these changes? Does the FE and BE need to bee on different servers, or differently mapped drives?
  10. NewTeki

    Protecting ACCESS Objects

    Maybe I am not understanding the password workings. If I password protect the database, theyn enter the password to have access to enter data...with this access, they can also change forms, reports, queries. Can I change that?
  11. NewTeki

    Protecting ACCESS Objects

    Yes, but once they are in, they can make changes.
  12. NewTeki

    Protecting ACCESS Objects

    Yes, but once thay are in the database they have access to change.
  13. NewTeki

    Protecting ACCESS Objects

    The ACCESS databases at my workplace can be modified by anyone opening them, which is real scary. Can anyone point me in the right direction to get this protected? Equipment needed? Software changes needed? I thank you in advance for any information.
  14. NewTeki

    Using "Minutes" in a IIF.....

    Nothing came up in Help when typing in minute.
  15. NewTeki

    Restating Question:

    Jerimy Thank you very much.
  16. NewTeki

    Restating Question:

    Does anyone know how to round time to the nearest Quarter Hour?
  17. NewTeki

    Using "Minutes" in a IIF.....

    Does anyone know of a way to compare the minutes of a time field to a number. For example: I need to compare the minutes of a clocked in Time, if it is > 53 zero out minutes and add 1 to the Hour. If it is between 46 and 53, make it 45. etc. Maybe something like this is too much for Access...
  18. NewTeki

    Need to "round time"

    Michael, Thank you, let me play with this. Jim
  19. NewTeki

    Need to "round time"

    I need to overwrite start and stop times with even hours: for example, if time entered is >7:53 and <8:07 I need to make it 8:00. Does anyone have a routine to handle this? Thanks n advance for any aid you can give.

Part and Inventory Search

Back
Top