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