Message Box Size?

  • Thread starter Thread starter Brook
  • Start date Start date
B

Brook

I have a message box pull the field from a the field in
one of my tables. The field is not a fixed length, so
therefore the size of my Message Boxes are different based
on my criteria. Does anyone know how I can create a Fixed
Size Message box that if the text is too long it will wrap
itselp with the Message Box?

Thanks,

Brook
 
-----Original Message-----
I have a message box pull the field from a the field in
one of my tables. The field is not a fixed length, so
therefore the size of my Message Boxes are different based
on my criteria. Does anyone know how I can create a Fixed
Size Message box that if the text is too long it will wrap
itselp with the Message Box?

Thanks,

Brook
.
 
not sure if that is possible without a lot of extra code.
message boxes are a built in function.
You might consider creating a form with a bigger text box
control to do this and act like a message box.
 
-----Original Message-----
not sure if that is possible without a lot of extra code.
message boxes are a built in function.
You might consider creating a form with a bigger text box
control to do this and act like a message box.
.
 
Brook said:
I have a message box pull the field from a the field in
one of my tables. The field is not a fixed length, so
therefore the size of my Message Boxes are different based
on my criteria. Does anyone know how I can create a Fixed
Size Message box that if the text is too long it will wrap
itselp with the Message Box?


Check my response in your original thread to see if it
helps.
 
Back
Top