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

  1. unforgiven

    updating time on form

    I'm trying to figure out how to update the current time date on a main form. I'm using NOW() to display it but the time is when the form is opened. I need somthing like while form showing update. Just not sure it would be. thaks for your help!
  2. unforgiven

    Please help me with Sql count

    I just figured it out thanks!!
  3. unforgiven

    Please help me with Sql count

    I've been trying to get this simple Sql statment to work but can't It's SelecttblTrainingClass.[tblTrainingClass_Seats]- Count(tblTrainingScheduled.[tblTrainingScheduled_ID (PK)]) AS RemainingSeats. It's just taking the value in tblTraining class seats and the counting tblTrainingScheduled_ID...
  4. unforgiven

    Getting combo box to look up values to a text box

    I guess I haven't seen how I can get the wizard to do this. I've got the wizard to automatically pull the values out of the table and into the combo box list. I'll dig arount with the wizard to see if I can make it get the values into the text box.
  5. unforgiven

    Getting combo box to look up values to a text box

    Hello I’m a little new to access VBA, I’ve only done VBA in excel. I’m selecting an ID value out of a combo box. When I select the value in the combo box I would like it to get values into a couple of text boxes. So, in other words select the Employee ID from a combo box and then look up the...
  6. unforgiven

    calling VBA user form as soon as excell file is opened

    Hello I'm usally a VB programmer, but i've been asked to create a VBA interface for a existing spreadsheet. I've got interface stuff down. My question is how do I call or make my vba userform open automaticaly as soon the file is opened. The VBA userform should be open and the excell sheet...

Part and Inventory Search

Back
Top