RobLUCAS
12-06-2001, 04:34 AM
I'm having problems adding text to my switchboard. I have a number of swithcboarss, but when i want to enter text at the top of one of them it appears at the top of them all. Can anywone help me.
Rob
Rob
|
View Full Version : Switchboard text RobLUCAS 12-06-2001, 04:34 AM I'm having problems adding text to my switchboard. I have a number of swithcboarss, but when i want to enter text at the top of one of them it appears at the top of them all. Can anywone help me. Rob Pat Hartman 12-06-2001, 05:05 AM I presume that you are talking about the Switchboard form which was created by the Switchboard Manager Wizard. This form is bound to a table named [Switchboard Items]. Add an unbound field to the Switchboard form. You can use the OnCurrent event of the form to look at the value of the SwitchboardID field. Use the value of that field to determine what to put in your unbound field. |