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!

Recent content by JoshC

  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

    Nevermind. I feel really dumb. :O) I had the Column Count property set to 2. I changed it to 4, and all is fixed. thanks! Josh
  3. JoshC

    I need help with referencing a combo box in VBA

    Does changing my Row Source Property to "SELECT [QryLogOn].[Name], [QryLogOn].[Password], [QryLogOn].[EmployeeID], [QryLogOn].[EmployeeType] FROM QryLogOn;" from "SELECT [QryLogOn].[Name], [QryLogOn].[Password], [QryLogOn].[EmployeeID] FROM QryLogOn;" not add the...
  4. 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...
  5. JoshC

    two input masks?

    thanks! I'll give that a shot
  6. 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...
  7. JoshC

    Change the input mask depending on another text box

    Thanks a ton for such a speedy and helpful response! I knew it would be something simple. :O) That was exactly what I needed! Josh C.
  8. 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