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 bkrike 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: *

  • Users: Goodloe
  • Content: Threads
  • Order by date
  1. Goodloe

    Parameter Query Using a Dialog Box

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

    Question Concerning Keyascii KeyPress

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

    Hi, I'm working on a special projec

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

    Message Box

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

    Form Background

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

    KeyAscii

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

    msgBox

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

    Good morning, I'm working on a proj

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

    Hello, I'm working with a form in V

    Hello, I'm working with a form in Visual Basic 6. Based on the project I'm working with, I would like the form to change colors in a certain sequence. The way it's currently set-up, the form changes colors at random. I would like to be able to specify the the color types and how many times the...
  10. Goodloe

    Access97

    Good morning: I'm working on a project in Access97. In the Parameter Query in the Criteria Cell, I have it set to where if you are looking for a particular last name (Like[Enter Last Name]&*), and if you enter a letter of the alphabet it will display everything related to that letter. Here's...
  11. Goodloe

    Key Press

    I created a calculator, and I would like to be able to use the Operator functions (+ - * / etc) from the keyboard. I used KeyAscii to enter number digits from the keyboard. I'm having a problem getting the Operator Functions to work from the keyboard. Can you help me out? If at all possible...
  12. Goodloe

    I created a calculator in Visual Ba

    I created a calculator in Visual Basic 6.0 I would like to be able to enter the digits from the keyboard. How do I go about programming the keyboard to enter the digits.

Part and Inventory Search

Back
Top