Re: convert an ACCESS report to a WORDreport, the checkbox disappear
dougo wrote:
When I try to print an ACCESS report in WORD.rtf, the the checkboxes
disappear. How can I make them show up on the report? I'm using
Office 2003.
A CheckBox is a graphical object and none of those make it to Word in an RTF
export operation. Change to a TextBox that displays "Yes/No? or
"True/False".
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
.
Relevant Pages
- Re: Database design, preferably with checkboxes
... employees working on Monday, one for Tuesday, etc. by using "yes" as the ... When I try to print off a report ... Have you used other database applications and created tables and queries? ... is so easy to just do a checkbox than having to type in Monday, Tuesday, ... (microsoft.public.access.tablesdbdesign) - Re: fake SAR requests plaguing Colorado
... This follows another incident where a small boy who allegedly fell ... suspect was due to the subject wanting to disappear (cops were after ... faking getting lost in the wilderness may or ... report but just not reporting in after a hike is more difficult to ... (rec.backcountry) - RE: how can the combo choices be counted in report
... box and when i choose an item, it also checks a checkbox.? ... Sort: Ascending ... Now what i want is to report the number of babies ... that are alive, in intensive care, FSB and so on. ... (microsoft.public.access.reports) - Gridview and ReportViewer
... I have a page with a gridview and checkboxes. ... When I click on a report button I have it posting to a different page ... Dim CheckBox As CheckBox ... Dim strKeys As String ... (microsoft.public.dotnet.framework.aspnet) - Re: Combo boxes and check boxes
... Given a combo box on a form, with ten items, named cboItems, and a ... report with 10 checkboxes... ... Using the OnFormat of the checkbox section of the report... ... OnFormat event of the report section where Chk8 occurs... ... (microsoft.public.access.forms) |
|