F FrankRomero Registered User. Local time Yesterday, 17:36 Joined Jun 9, 2010 Messages 24 Jun 15, 2010 #1 Is there a way to change the alignment of a column view in a query? Thanks in advance. Frank
J jzwp22 Access Hobbyist Local time Yesterday, 19:36 Joined Mar 15, 2008 Messages 2,629 Jun 16, 2010 #2 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 (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.
V vbaInet AWF VIP Local time Today, 00:36 Joined Jan 22, 2010 Messages 26,374 Jun 17, 2010 #3 jzwp22 said: ... a form based on the query to display the data in a particular way. Click to expand... ... 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.
jzwp22 said: ... a form based on the query to display the data in a particular way. Click to expand... ... 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.