dbTalk Databases Forums  

Viewing a long string

comp.database.ms-access comp.database.ms-access


Discuss Viewing a long string in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Stuart E. Wugalter
 
Posts: n/a

Default Viewing a long string - 10-23-2003 , 04:42 PM






Hi Folks!

I am converting Excel spreadsheets to an Access DB. One field contains
approximately 200 values. In excel, when the user selects the cell where
this data resides, a little pop up window shows the entire string. Can I do
this in Access??? (The user prefers to do it in the table where the data
resides. I would prefer a form). TIA for your assistance.

Sincerely,

Stuart E. Wugalter
Zilkha Neurogenetic Institute
University of Southern California
wugalter (AT) usc (DOT) edu



Reply With Quote
  #2  
Old   
John
 
Posts: n/a

Default Re: Viewing a long string - 10-28-2003 , 02:14 AM






I cant think of a way to do this for a datasheet view, but on a form
you should be able to programatically set the controltiptext property
to the value of the control.

txtTest.ControlTipText = txtTest.Value

best place would be the Forms OnLoad Event I expect.

-John


"Stuart E. Wugalter" <wugalter (AT) usc (DOT) edu> wrote

Quote:
Hi Folks!

I am converting Excel spreadsheets to an Access DB. One field contains
approximately 200 values. In excel, when the user selects the cell where
this data resides, a little pop up window shows the entire string. Can I do
this in Access??? (The user prefers to do it in the table where the data
resides. I would prefer a form). TIA for your assistance.

Sincerely,

Stuart E. Wugalter
Zilkha Neurogenetic Institute
University of Southern California
wugalter (AT) usc (DOT) edu

Reply With Quote
  #3  
Old   
Larry Daugherty
 
Posts: n/a

Default Re: Viewing a long string - 12-11-2003 , 03:23 PM



Keep the user out of the tables. Always use forms for massaging your data.

You can make textboxes any size you want. There is a zoom function you
could use as a pop-up by detecting the mouse over the textbox.

HTH
--
-Larry-
--

"Stuart E. Wugalter" <wugalter (AT) usc (DOT) edu> wrote

Quote:
Hi Folks!

I am converting Excel spreadsheets to an Access DB. One field contains
approximately 200 values. In excel, when the user selects the cell where
this data resides, a little pop up window shows the entire string. Can I
do
this in Access??? (The user prefers to do it in the table where the data
resides. I would prefer a form). TIA for your assistance.

Sincerely,

Stuart E. Wugalter
Zilkha Neurogenetic Institute
University of Southern California
wugalter (AT) usc (DOT) edu





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.