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 gkittelson 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. BuckRodgers

    Combobox entry to invoke another form

    You could add code like this to the Not In List Event for the combo box... Private Sub cmbCandidate_NotInList(NewData As String, Response As Integer) Const DataDesc As String = "Candidate" Dim strMsg As String Dim intNewEntry As Integer, strTitle As String, intMsgDialog As Integer...
  2. BuckRodgers

    Calculated field in form

    You didn't really specify whether you were concerned with a NEW Record or if PName was left blank by the user... If you're checking whether you are on a new record you can use the following code which you would put in the Form_Current procedure: If Me.NewRecord Then JNum = JNum + 1 Else JNum...
  3. BuckRodgers

    Multimonitor Problems

    I have a ATI 9800 AGP and I'm having problems adding another ATI 9200 PCI to my system for multimonitor display... after connecting and enabling it displays properly but VERY SLOWLY... any hints on what to try next?

Part and Inventory Search

Back
Top