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: JoshC
  • Content: Threads
  • Order by date
  1. JoshC

    two columns in a subreport?

    I am working on a project for my university where data about graduating students is imported and then a report is generated that will be the layout for the graduation ceremony program. This requires, of course, several subreports. I need one of these to have two columns of students names...
  2. JoshC

    I need help with referencing a combo box in VBA

    I am having problems with storing a value from a combo box in a VBA variable. The code I have been using has worked wonderfully, however, I am having a problem when I reference a column in the combo box beyond 2. ex: strcboEmployeeType = Me!cboEmployee.Column(3) I always get an error message...
  3. JoshC

    two input masks?

    I have a form that allows employees to select their name from a list, and then they must enter a correct password into a text box before they are allowed to continue. It works great, except that it is case sensitive, and that will confuse our employees... I guarantee. I obviously must have the...
  4. JoshC

    Change the input mask depending on another text box

    I am working on a database in which the end user would input address information into a form. How would I go about having the input mask for the Postal Code text box change the input mask depending on the data in the Country text box. In other words, if the address was in the USA, I would want...

Part and Inventory Search

Back
Top