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
Combining strings and converting to Date-Time...?
RUNDLL error message "jyku.fjo" on computer start up
Access Pivot chart - need different scales on right and left axis
active directory, W2k8 R2 DC, Kerberos failures, Event ID: 3, 4771, 4769, 4768, 4776, 4625 source: Microsoft Windows security
Problem with "like" keyword, when database is in chinese
VS2008 opens .aspx files in new IE window instead of Designer/Source Editor
How to create a non-scrolling section (menu) of a web page
Opening Organization chart with open office
SQL Count Query In a Main Query
Outlook 2007 connecting to Exchange 2010. Cannot connect to email folders.