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 Wanet Telecoms Ltd 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. sleonard1432

    Cross referencing a RS for multiple forms...........

    Hey All I have designed a DB with a password form: here is the code below....... Private Sub cmdOpenFrm_Click() Dim UserId, Pwd As String cboUserId.SetFocus UserId = cboUserId.Text txtPwd.SetFocus Pwd = txtPwd.Text If IsNull(UserId) = True Then MsgBox "Please select user name...
  2. sleonard1432

    TIME ELAPSED, EXCLUDING WEEKENDS AND HOLIDAYS

    Does anyone know how I can address skipping Day/Time units in VB. Here is my dilemma, The program that I put together measures duraction for specific inquiries. When these inquiries reach a certain time frame (5) days, they are transferred into another bin. I need the 5 days to exclude...
  3. sleonard1432

    AUTO ROUTING COMPLETED EMAILS/MIGRATING LOTUS NOTES WITH ACCESS 2K

    I am new to the Lotus Notes world, which will explain some of the stupid questions I may ask. 1. My company uses a certain Notes database in which emails are received. These emails are time sensitive and most of my clients would like a TAT (turn around time) of 2 to 4 hours. What I would...
  4. sleonard1432

    Access 97 code not working in Access 2000

    I am attempting to use a custom built login and password form that will automatically autopopulate a Current User table for use on forms that will stamp the information automatically. I was able to get the code to work in Access 97, however it is failing miserably in Access 2000. Here is the...

Part and Inventory Search

Back
Top