Microsoft
Software
Hardware
Network
Question : Access 2007 - Flush Fields
I'm creating a report in Access 2007. How can I layout the fields so that they are "flush" against each other?
Ex: 123 Main St, City, State 00000
Ex: 1405 Southwest Bernard Drive Apt 2024, City, State 99293-2029
- Where the Address, City, State and Zip are in SEPARATE fields and could be longer or shorter.
Answer : Access 2007 - Flush Fields
in the control source of the textbox place the concatenated fields
= [address] & ", " & [City] & ", " & [state] & " " & [zipcode]
Random Solutions
Access 2007 disabling text box control on form load
Creating a timer on a PowerPoint slide
DataGridView AutoResizeColumns() not working with
SBS 2008 Updates in progess never complete
How do I retrieve text from a website
Rename file with previous weekday's date as the file name
Layout Suggestions
Keyboard shortcut to close database window
Automatically backup a PST file without closing it.
Strange Excel Error: "Insufficient system resources"