- Local time
- Yesterday, 22:18
- Joined
- Feb 19, 2002
- Messages
- 47,145
This was one of the worst decisions ever made by the Access team. It is wrong for users to interact directly with tables and queries and so the interface should not make this easy for people who don't know that it is poor practice. Creating a subform is trivial and the wizards will do it for you.I don't actually have a sub-form saved as a form I have the sub-form object with its source object parameter set to the query listing the data.
As had been mentioned several times. Queries should not be displayed for users to interact with so who cares how the data is aligned. Left is the natural alignment for text and dates (which are displayed as strings) and right is the natural alignment for numeric values (technically numbers are aligned at the decimal point.
If you are displaying data, use the formatting options available for controls on forms and reports.