Search results

  1. N

    Mailing Label

    I, actually, have 7 TextBoxes there now: TextBox1 Control Source...........=Trim([MLabel]) TextBox2 Control Source...........=Trim([JobTitle]) TextBox3 Control Source...........=Trim([Company/Department]) TextBox4 Control Source...........=Trim([Address1]) TextBox5 Control...
  2. N

    Mailing Label

    Yes, I do have textbox in my detail section.
  3. N

    Mailing Label

    what control?
  4. N

    Mailing Label

    it did not work. I tried, and it did work the way I want. For example, some of records do not have address2, and address3. They just have address1 and zip code, so my label likes this: Fred Health Vice Provost General Libraries Campus G9300 Look, there are two lines blank between Department...
  5. N

    Mailing Label

    help on mailing label, pls! My mailing label layout looks like this: MLabel JobTitle Company/Department Address1 Address2 Address3 =Trim([City] & " " & [State] & " " & [ZipCode] & " " & [Country]) There are several fields that could be blank. They are JobTitle, Company/Department, Address1...
Back
Top Bottom