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!

Recent content by YoBi4Ever

  1. YoBi4Ever

    I would like to compute how many minutes or hours the employee left work by comparing two records

    I have a database where each record contains IN and OUT. I would like to see how left for more than 20 minutes. How can i check the OUT time in the first record with the IN time and then calculate the minutes? Taking into considerations there are other days in the DB and i want to do it for...
  2. 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.
  3. 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...
  4. YoBi4Ever

    Convert english numbers to arabic-indic character

    No one with intermedia to expert knowledge of access?
  5. 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.
  6. 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
  7. 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
  8. 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.
  9. 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.
  10. 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
  11. 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...
  12. 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.
  13. 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...
  14. 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.
  15. 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...

Part and Inventory Search

Back
Top