Hi Bob,
Yeh 3 Forms I did created :
- one "Form1" is "UserLogin Form".. User key in his ID and PW and OK button.. If his ID and PW correct then ..
- Next "Form2" popup and "txtAccess Granted" blinks and moved on to the main form.
- Third...
Hi Boby,
If I have 2 "Forms" one for login and second for "Access Denied"..I need to force the user not to be able to login any more if he tries to login again after 3 times with wrong UserID or PW.
example : Like closing the application down.
Thank you,
Lebanoncedars
Hi Bob,
I want to thank you very much for your time and effort you done so far, and I need to thank you again for been patient.
You are really one of the top programmer.
Thank you again, and your solution is working fine.
I know you run out of patience, but I'm not that expert like you.
Thanks...
HI Bob,
Can you pleaseclear out this code for me.
------------------
Set up 2 private variables in the form module.
Private strOnOff As String
Private intCount As Integer
In the form "Open" event, initialize the 2 variables.
strOnOff = "ON"
intCount = 0...
HI Bob,
Thank you very much 4 UR fast reply.
Everything is set properly as you wrote down.
The "Label" blinks once and disapears and the form stays on the screen without going to the next.
The only thing I couldn't figure out right here:
-----------------
Set up 2 private variables in...
Hi there,
How can I make a "text" in a "WELCOME FORM" to blink, and then the form closes AFTER 5 SECONDS or certain time?
so the next main form opens right afterward.
Or make the text to blink for 5 seconds in "Welcome Form", stops then closes the form to open next...
HI there,
Let say I want to blink that text on my form for 5 second then stops then another form opens automatically right after this form where the blinking text is.
Any Help?
Thanks
Lebanoncedars
Hi ken,
Maybe I'm not clear enough sorry about that.
I need to sort lastName in Alphabetic order. So I like to use combo box with Ascending and Descending so I can sort them.
This is the whole idea.. Sorry about all the trouble, I don't know if I was clear enough.
I don't know if we are on the...
HI Ken,
So far doing alright.
No I have Ascending and Descending in the combo box.
so I need Ascending option to trigger LastName in continous form in order and the same for Descending option.
How can that be done?
Thanks
Lebanoncedars
Hi Ken,
Up to now everything is clear.
but before that. How can I create Ascending and Descending in the combo to call that query.
Do I have to create a table called Combo box and create ascending and descending in it, whats after that?.. or I'm missing something.
Sorry.. I think I'm missing...
hi Ken,
Thank you for replying back,
I wish, I know how to set all that from scratch.
But how can I do that, if possible details PLS.
New with these stuff.
Thanks millions.
Lebanoncedars
HI guys,
I'm using access xp, I need to put something like rectangular BORDER with six dots arroud, I don't what is it called, so when U click on that row in continous form ,the rectangular square will show border only with six dots.
I forgot the name of it.
Anyone knows?
Meed Help please. If...
HI guys,
If I have a combo box in continous form.
Anyone knows How can I use ascending and decending in combo box to put Date field in order?
Thank you
Lebanoncedars
Hi there,
Anyone knows How can I assign color and combo box option to one record ONLY in continous form?
this is my code:
Private Sub Status_Click()
Status.ForeColor = vbBlack
text0.ForeColor = vbVlack
text0 = Status
Select Case Me.Status
Case "Dispatched" 'Order to be...
Hi kenreay,
I'm really surprised!
The company I worked for has an NT 4.0 and access 97. I saw it there and its working fine with them, I even tried it out to see how does it work.
That's what is really surprising me.
So I'm trying to do the same idea.
When I click one record at the side, I...
Hi guys,
Any one knows how to assign an option action to one record ONLY at the time.
I have: Continous form Called "Customer datasheet"
Combo Box Called "Sattus" and has four options in it:
- Dispatched
- Pickup Up
- Cleared
- to be Invoiced
and one text field Called...
Hi,
Thanks for replying.
each record has a customer ID and text0 field.
so I need on my continous form to turn the color on that text0 for ONLY the record or that customer ID.
I hope U know what I mean.
Thanks again
lebanoncedars
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.