Changing column justification in queries

FrankRomero

Registered User.
Local time
Yesterday, 17:36
Joined
Jun 9, 2010
Messages
24
Is there a way to change the alignment of a column view in a query?

Thanks in advance.

Frank
 
A (SELECT) query only displays data, you would need a report or a form based on the query to display the data in a particular way.
 
... a form based on the query to display the data in a particular way.
... and just change the view to Datasheet view. Ensure that the Allow Datasheet View property is set to Yes and set the Text Align property of the control you would like to align. Open your form in Datasheet view.
 

Users who are viewing this thread

Back
Top Bottom