Long Text Type field not shows in list box

hrdpgajjar

Registered User.
Local time
Tomorrow, 00:17
Joined
Sep 24, 2019
Messages
70
Hi all,
I have a table in which a field name TPADate is set to long text. Now i am planning to make a query design which shows all the table columns in a listbox including TPADate column in it. All other short text columns shows in list box but long text column such as TPADate not shows.

Is there any way to do it?
 
Why is a field named TPADate a text type and not Date/Time?

Long text field should show but will be truncated.
 
Why is a field named TPADate a text type and not Date/Time?

Long text field should show but will be truncated.
ohh sorry its TPA data not date. anyway so there is no way to use long text in list box queries right?
 
Long text should work but will only display the first 255 chars - Assuming it is not richtext and the first char is not a carriage return
 
You may want to use a subform formatted to work as a listbox. You will have more flexibility.
 
It might call it a "memo" data type. That's long text >256 chars
 

Users who are viewing this thread

Back
Top Bottom