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 Shaun E 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. rundmc

    Change select box based on another select box

    Hi I have several select boxes all of the same name with the same options. if an option is selected in any one of the select boxes, then the same option is also selected in all the other boxes. how would I do this?? Any help is greatly appreciated!
  2. rundmc

    how to use a dialog box to throw errors?

    Can anyone tell me how to use a dialog to box to inform the user that they have left required fields unpopulated? Thanks rundmc
  3. rundmc

    Giving focus to a Tab Page via a Command button

    Hi Is there any way you can use a command button to cause the current TabPage to switch focus to the next Tab Page in the sequence? Thanks in advance rundmc
  4. rundmc

    Charts in VB?

    Is there anyway of creating charts based on SQL queries in VB??
  5. rundmc

    Thank you

    Unsure how to thank those who contributed to rundmc's queries.I appreciate your efforts. Thanks.
  6. rundmc

    Search failures

    Anyone know where best in the following piece of code to give the user notification that no results have been returned from the search and what sort of code might be suitable.... urgent! Thanks Private Sub CmdSearch_Click() MSFlexGrid1.FormatString = &quot; <|PC ID |<PC Vendor |<PC Make/Model...
  7. rundmc

    Search functionality problem

    Hi, Im doing a search on an Access table and the following code works in retrieving records that exist in the table however it throws up an error when the record is not found. Has anyone got any idea how to overcome this, it would bemuch appreciated Thanks Private Sub CmdSearch_Click()...
  8. rundmc

    Search functionality, need to populate FlexGrid

    Hi, Im trying to do a search on a table called PC on the basis of two field values being inputted to two text boxes: Txtdept and TxtMakeModel. I am using a FlexGrid but the code I have isnt loading the values into the FlexGrid. Can anyone find whats wrong with the code Im using... Thanks...
  9. rundmc

    Ensure input to a text field begins with a particular letter?

    I need a way to validate entries into a text box ensuring that each entry begins with P can anyone help me??
  10. rundmc

    Populating a Flex Grid from a recordset

    I'm tring to populate a Flex Grid from a search of a database table. I am unsure of the method that the Flexgrid would use to add the values of the recordset to the Flexgrid itself. Has any one any ideas??
  11. rundmc

    Im using a date picker and I need a

    Im using a date picker and I need a way of reseting the value of the date picker to today's date after submitting the users choice of date to an Access database. Any1 know how to overcome this please!?
  12. rundmc

    Adding the datepicker value to a table in Access

    Any idea on how to reset the value of the date picker to the current date so that when when the user returns to the page that is the value held in the date picker??
  13. rundmc

    Adding the datepicker value to a table in Access

    Ok, Im using the datepicker control to validate the date but I want to add the value the user chooses to an Access table I've created. I'm using the ADODB.Recordset to add the values of the other controls on the form to the table (these controls are all combo boxes).How can I alter the following...
  14. rundmc

    Validation of date field

    I want to validate a date field on a VB form and would like to use a date picker if it exists in VB, otherwise I need another way to overcome this validation Ideas, Please....?
  15. rundmc

    populating a combo box in vb from access

    have a combo box and want to fill it from a field in a database any help please !

Part and Inventory Search

Back
Top