I have a form called: PrintSingleRecord
the form has a textbox named: Wrapsource2
this code is in a module.
PrintSingleRecord.Wrapsource2.Text = Trim$(rsIncidents.Fields("Notes1").Value & "")
the code does not load the textbox. what else needs to be done?
(Rate)
the form has a textbox named: Wrapsource2
this code is in a module.
PrintSingleRecord.Wrapsource2.Text = Trim$(rsIncidents.Fields("Notes1").Value & "")
the code does not load the textbox. what else needs to be done?
(Rate)