473,397 Members | 2,084 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Datasheet Form Not Growing to Show Data

A report has a subform. The subform is set to datasheet view and its
RecordSource is a select query that includes a memo field from the
source table. The memo field's Can Grow property is Yes, and the
subform Detail section's Can Grow property is Yes. The report Detail
section's Can Grow property is also Yes.

When run, the select query's memo field has all the data. However,
when I run the report, the subform does not show all the data in the
memo field. (I can open the suborm separately from the report and
scroll through the memo field to confirm all the data is there.)

I want to be able to have the subform, in datasheet view, to grow so
that it shows all the data in the memo field without me having to
statically assigning the row height. I thought the Can Grow property
would do that. Any suggestions?

Nov 13 '05 #1
5 8600
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Have you tried setting the subform control's CanGrow/Shrink properties
to Yes? This will allow the subform/subreport control to expand as the
Memo TextBox expands.

I'm not sure a datasheet is the best format for CanGrow/Shrink. Perhaps
you can user a regular form design, but put the controls in rows like a
datasheet.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQfqs8IechKqOuFEgEQIyzgCfcOcaiPg3LohuHe4GQpYx71 n19y0AoO/V
U6vrLaTWl8YWIaz7Ap+/Ap3X
=K8R9
-----END PGP SIGNATURE-----
ko*******@saic.com wrote:
A report has a subform. The subform is set to datasheet view and its
RecordSource is a select query that includes a memo field from the
source table. The memo field's Can Grow property is Yes, and the
subform Detail section's Can Grow property is Yes. The report Detail
section's Can Grow property is also Yes.

When run, the select query's memo field has all the data. However,
when I run the report, the subform does not show all the data in the
memo field. (I can open the suborm separately from the report and
scroll through the memo field to confirm all the data is there.)

I want to be able to have the subform, in datasheet view, to grow so
that it shows all the data in the memo field without me having to
statically assigning the row height. I thought the Can Grow property
would do that. Any suggestions?

Nov 13 '05 #2
Yes, I set the subform memo field properties, Can Grow and Can Shrink,
to "Yes." Did the same for the subform Detail section and the report
Detail section.

Before abandoning the datasheet view, I wanted to check with users
about possible solutions. I've experimented with setting the subform
Default View to Continuous Forms, but the other fields in the subform
do not grow to the same size as the one memo field.
Still seeking suggestions...

Nov 13 '05 #3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You're missing what I said in my last post: The subform/subreport is a
CONTROL on the main report that holds a subform/report. That control
also has CanGrow and CanShrink properties. Try setting both of those to
Yes.

If you have Access 2000, or greater, sometimes it is hard to set focus
on the subreport control in design view. Just make sure the subreport
control has the focus & not the subreport, itself. You'll know the
subreport HAS the focus when the subreport's "got focus" box has a black
square in it. That "got focus" box is located in the upper-left corner
of the subreport. Just click on the subreport control until the
subreport is outlined in a darker border. (Kinda hard to explain - you
really have to see it.)

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQf77tYechKqOuFEgEQJ2zQCeI2jrfanAqvsofA0MqqnCHJ 208icAoKac
D+aWtS795pyjGJxrz2QXw4lL
=j78+
-----END PGP SIGNATURE-----
ko*******@saic.com wrote:
Yes, I set the subform memo field properties, Can Grow and Can Shrink,
to "Yes." Did the same for the subform Detail section and the report
Detail section.

Before abandoning the datasheet view, I wanted to check with users
about possible solutions. I've experimented with setting the subform
Default View to Continuous Forms, but the other fields in the subform
do not grow to the same size as the one memo field.
Still seeking suggestions...

Nov 13 '05 #4
Thanks for clarifying. I sorta did miss your point... but I do
understand what you mean. In addition to what I have already
described, here's what I had also done for checking the Can Grow and
Can Shrink properties wherever I could find them within the main
report, subform/subreport control, or the subform/subreport itself:
(1) Selected the subform/subreport control within the main report by
right clicking the control so that the black-box handles appeared
around the subform and then I selected the properties. The
subform/subreport control already has the Can Grow and Can Shrink
properties set to Yes.
(2) Put the focus on the subform (so the black box appeared in the top
left of the subform) -- there are no properties for Can Grow or Can
Shrink. But I'm sure you probably know that.

I'm using Access 2002. I've searched MSDN knowledgebase, and I've not
found anything that describes how to deal with this situation.

Nov 13 '05 #5
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Unfortunately, I've come to the end of my knowledge about subreports &
grow/shrink Memo controls.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQf/kLoechKqOuFEgEQKH1QCg6SV9Xewssk7UibP03fh0BQ8rjokAn 3d1
Ir+8cAqR1cZUT3bL2lwjlvtC
=WG44
-----END PGP SIGNATURE-----
ko*******@saic.com wrote:
Thanks for clarifying. I sorta did miss your point... but I do
understand what you mean. In addition to what I have already
described, here's what I had also done for checking the Can Grow and
Can Shrink properties wherever I could find them within the main
report, subform/subreport control, or the subform/subreport itself:
(1) Selected the subform/subreport control within the main report by
right clicking the control so that the black-box handles appeared
around the subform and then I selected the properties. The
subform/subreport control already has the Can Grow and Can Shrink
properties set to Yes.
(2) Put the focus on the subform (so the black box appeared in the top
left of the subform) -- there are no properties for Can Grow or Can
Shrink. But I'm sure you probably know that.

I'm using Access 2002. I've searched MSDN knowledgebase, and I've not
found anything that describes how to deal with this situation.

Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: CLarkou | last post by:
Is there any way to get the record(s) the user has selected in a Datasheet form ?
2
by: Support4John | last post by:
a2k (9.0.6926) SP-3 Jet 4.0 SP-7 I have a button on a Single Form that when pressed displays all the underlying records in the table in a Datasheet Form. For example, Northwind, Customer...
1
by: Knud Rogilds | last post by:
I have tried everything, what am I doing wrong? I have a data entry form in datasheet view (for mass data entry). One of the fields are SalesID, and I would like to use DLookup to populate an...
2
by: Arnie | last post by:
I have searched this NG for datasheet column width posts and have read many of them. None of them seem to address what I would like to do. I'm beginning to think what I want can't be done. Here...
1
by: Thelma Lubkin | last post by:
I have a form that allows a user to choose a specific field value. The form calls a second, datasheet, form using a different field in the selected record as a filter . This second form has a...
2
by: Brent Ritchie | last post by:
Hello, I want to use check boxes on a form in datasheet form that has a query for a controlsource. Here is the basics of it: I created a query that will return all the fields in one table then...
3
by: paulquinlan100 | last post by:
Hi Apologies for it is im sure a very basic question... Ive created a fairly standard datasheet form based on a query, however, whenever i open the form there doesnt seem to be a way of adding...
22
by: Zytan | last post by:
I have public methods in a form. The main form calls them, to update that form's display. This form is like a real-time view of data that is changing. But, the form may not exist (it is...
2
by: D Biegert | last post by:
While in Forms View, a coworker inadvertantly selected Records/Data Entry and it set her form back at record #1 and erased all data from Form View. She still has access to the data in the Datasheet...
2
by: eko99312 | last post by:
Let's say I have this form called Attendance List. The list was in datasheet form. In the list there were names and date checklist. The question is, I want to edit one of the names by double clicking...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.