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 strongm 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. YoBi4Ever

    datediff for number of minutes between two times that falls on different dates

    I checked and I got -966. Maybe it is checking between 16:06 on the 24th and 00:03 on the 24th as well! I tried to attach screen shot but i didn't know how. Thanks for all your help.
  2. YoBi4Ever

    datediff for number of minutes between two times that falls on different dates

    Dear, I am using datediff function to get the number of miunutes between to times: Me.WorkedMinutes = DateDiff("n", [OTIn], [OTOut]) and it works oK EXCEPT when I'm computing the minutes between two times that falls in different days. for exmaple number of minutes or hours worked betwen...
  3. YoBi4Ever

    Convert english numbers to arabic-indic character

    No one with intermedia to expert knowledge of access?
  4. YoBi4Ever

    Convert english numbers to arabic-indic character

    How can I convert english numbers into arabic-indic numbers format? Is there a fucntion for unicode or something? I tried everything with no luck.
  5. YoBi4Ever

    Run application from another remote computer

    All PC are on Windows XP Professional. I would like to share various software for kids games for example... office...etc. THanks
  6. YoBi4Ever

    Run programs from another PC

    Hi, I have connected 15 computers to my main computer. Now, I would like to allow users to run applications located on my computer. What is the best and easy way to do this? Thanks
  7. YoBi4Ever

    Run application from another remote computer

    Hi, I have connected 15 computers to my main computer. Now, I would like to allow users to run applications located on my computer. What is the best and easy way to do this? Thank you.
  8. YoBi4Ever

    To which Group the user belong to?

    Hi, Can anyone tell me how I can use VBA to figure out to which group the CurrentUser() belong to or memeber of? i.e. if current user belongs to Users group then if current user belongs to Admins....etc Thank you.
  9. YoBi4Ever

    Select from ComboBox

    Hi AceMan, My code is in the After Update even! :) This never happended to me before... Private Sub ComboSearchID_AfterUpdate() Me.EmployeeNumber = Me.ComboSearchID.Column(0) Me.EmployeeName = Me.ComboSearchID.Column(1) Me.cmdAddTerminatedEmployee.Enabled = True End Sub
  10. YoBi4Ever

    Select from ComboBox

    Hi, I have a combo box that displays list of names and it works fine. I can type the name and it will showup in the combo box then click on it and I get the data, however, after selecting the name if I press enter, instead of using the mouse, nothing will happens and that name will not be...
  11. YoBi4Ever

    Automatically save report to PDF with a twist!

    Yes, they all exist!!! I went to adobe pdfwriter under pritners and changed some settings and it worked! I don't see the relationship but it worked.
  12. YoBi4Ever

    Automatically save report to PDF with a twist!

    Hi, I've read many posting and I'm able to save Access reports, however, even though I type the path and the file name I'm still prompted for these info! I would like to have the report saved automatically. Any ideas PLEASE? The following is one of the solutions I used: thread705-1182605...
  13. YoBi4Ever

    Sharing printer on a domain

    I did search for all printers but with no luck. Anyway, \\ wordked but it would of been nice to search for it. Thanks.
  14. YoBi4Ever

    Creating and mapping users drives

    I have connected all the workstations to the domain and created users on the active directory and users can login. The next thing I would like to do is create personal drives for everyusers on the domain "windows 2000 server" so that when login from anyway workstation they can access their...
  15. YoBi4Ever

    Sharing printer on a domain

    NEVERMIND!!!! :) Someone decided to unplug the printer in the other room! Everything works just Great :) THANK YOU! THANK YOU! You don't know how much your post helped! May God bless you! Do you know why the printer is not listed in the Active Directory list or why I can't search for it and...
  16. YoBi4Ever

    Sharing printer on a domain

    THANK YOU! I tried everything and this worked. HOWEVER, I have this problem now: When I print a get a message saying that the print command failed! Any ideas please? Thanks again
  17. YoBi4Ever

    Sharing printer on a domain

    I have connected all workstations to a domain. THe workstations running win xp pro sp2 with no firewall enabled and windows server 2000. THings work great but I have a printer connected to one of the workstation and I wanted to share it with no luck what so ever. while logged in as domain...

Part and Inventory Search

Back
Top