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 sizbut 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. turbosrl

    After setting a forms RecordSource Why doesn't form display data

    If you must set the forms RecordSource this way then you must also set the controls such as text box ect. ControlSource = FieldName. Like this: Private Sub Form_Load Me.RecordSource = Select * From MyTable;" Me.txtMyTextBox.ControlSource = "FieldName" End Sub
  2. turbosrl

    Calling a Sub Routine in a subform from the main form

    I would like to call a sub routine that is in a sub form from the main forms Form_Current event. I have a field that is calculated and I would like to update it when a change to the data has occured on the main form. I am having trouble finding information on this. I tried making the sub...

Part and Inventory Search

Back
Top