Share via

Split Form Datasheet Font Property

Anonymous
2011-07-14T21:52:19+00:00

I have a filed on a split form that I set Display As Hyperlink to Screen Only. I don't want the field in the datatsheet to be underlined but I can't seem to prevent it form being underline if I have the Display As Hyperlink set to Screen Only. The field in the single form part of the split form I'm able to do it but not in the datasheet. I've used the following in the On Load and On Open of the form: Me.DatasheetFontUnderline = False to no avail.

Is this normal?

James

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2011-07-15T19:02:22+00:00

Hi James,

So much like any other property that you would change in the property sheet of a split form, we would only expect that change to be visible in the single form side.  The datasheet is provided sort of as-is, and isn't intended to reflect formatting changes in the property sheet.  In this case you're talking about the Display as Hyperlink property, but let's say for example, that you're updating the Back Color property of the same text box control to red.  What we would expect to see is that the text box would have a background of red in the single form and no background color change in the subform.

The short answer is that this is behavior we would expect to see.  Sorry James.  That's probably not the answer you were looking for . . .

Kirk Beller

Microsoft Online Community Support

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2011-07-16T16:19:43+00:00

    That's what I thought. Makes sense.

    Thanks,

    James

    Was this answer helpful?

    0 comments No comments