Hello, I'm working on a project in Access 2000. I'm using a Parameter Query Dialog Box that will enable me to enter first name or last name, or first and last name as a concatenation, and in doing so will display all related records, so far so good.
However, if the name of the person that is...
Good morning, I've checked out keypreview Event, and I also tried the following.
Private Sub cmdDigits_KeyPress(Index As Integer, KeyAscii As Integer)
If KeyAscii = Asc("0") Then
call cmdDigits_Click(0)
End If
End Sub
So far I haven't had any luck, In addition to the...
I created a calculator in VB6. It works ok, except for when I want to enter numbers from the keyboard oppose to clicking with the mouse, I can only enter the numbers once. For example I might want to say 3+2 or 3+3 and so on. What happens is when I keyin 3 plus the number to be calculated; only...
Hi, I'm working on a special project in VB6 that would involve changing of the background color of a Form. If it's even possible to do this, the project I'm working on would require the form background to give the appearance of changing from morning to night. In other words, it would have the...
Access 97 Message Box
The form I'm working with has an Option Group with 4 options. Among the options is an Employee Name. After the Employee Name option has been selected, I will press the ok button. Upon pressing the ok button, a parameter box will appear requesting that a Last Name be...
Hi, I'm working on a special project in VB6 that would involve changing of the background color of a Form. If it's even possible to do this, the project I'm working on would require the form background to give the appearance of changing from morning to night. In other words, it would have the...
I'm working on a project that has a form with several text boxes. These text boxes include "text and Numeric Data".
Using KeyAscii, I would like for the data to be restricted to the proper text boxes. In other words; if a text box is setup to accept text only, and if a numeric value is...
Thanks for responding, I've done pretty much every thing you suggested, even before sending you the message on yesterday.
For some reason I still can't get it to work. I believe
I have the Variables, Loops, and all the other code contained in the program. However, something is still going...
In Visual Basic 6 I have created several forms.
I also created a Password form. The problem I'm having
with the password form is this.
I want the password form to display a message box stating
that Access is Denied after the user attempted to logon 3
times using an incorrect password, and also...
I just wanted to take this time to thank you for your
efforts in trying to help me solve the problems regarding
my Form Color Changes. However, I wasn't able to get it to
work. I guess in order for it to have worked, I would have had to see the actual code the way it would be appear in
the...
I used the code that you recommended regarding form background color changes with the fade concept. It didn't
quite do what I was looking for, it basically gave a form
with one faded solid color.
I was looking for something like form background colors
that rotate from one color to another, but...
Good morning, I'm working on a project that requires the form background to change or rotate colors according to the colors I specify.
Do you know of any VB Code that can fade form background colors in and out, or more specifically rotate specified
colors from a fading perspective?
I am using...
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.