Ask a Question related to Microsoft Access, Design and Development.
-
Conner Stevens #1
Datasheet View in Form
I have a subform that is in datasheet view. I notice that when I go to
design view there is a header and footer and there are text descriptions
above each field. When I go to form view, I only get the "spreadsheet" look
with the actual field names as the column headers. Is there any way to
change this?
Thanks,
CS
Conner Stevens Guest
-
opening a form in datasheet view from Main menu/switch board
I have a form, which gives the results in Datasheet view. When I open the form directly, it opens in datasheet view. But when I call this form from... -
How to Customize datasheet view
My form is set to datasheet view. A column is MyDate. How do I show the records with a date before today is in yellow color, and the records with a... -
Font size in Form in Datasheet view
Stephen, You can change the font and font size for the subform, as you would for a table, by clicking within the subform then Format + Font. You... -
switching Datasheet / Form view
I have a form which is opened from a custom menu bar. The form is set to datasheet as default view, and datasheet is the only view enabled.... ... -
subform - datasheet view, new record at top
Hi All Is there any way to display the "new record" (ie the blank one people type into) at the TOP rather than the BOTTOM of the datasheet view... -
Bish #2
Datasheet View in Form
A datasheet form in design view loks like a regular form
in design view. Include the controls from your datasource
that you wish to appear and change the label names to what
you wnat to appear in the field headers.
when I go to>-----Original Message-----
>I have a subform that is in datasheet view. I notice thattext descriptions>design view there is a header and footer and there arethe "spreadsheet" look>above each field. When I go to form view, I only getthere any way to>with the actual field names as the column headers. Is>change this?
>
>Thanks,
>
>CS
>
>
>.
>Bish Guest
-
Joan Wild #3
Re: Datasheet View in Form
Datasheets will use the caption of an _attached_ label, if there is one. If
not, it will use the name of the textbox.
Since the labels are in the header, they are not attached to the textboxes.
You can select each label, and use Ctrl-x to cut it, select the textbox you
want associated with it, and use ctrl-v to paste it. It will now be
attached to the textbox, and datasheet view will use the label caption.
If you have a large number of controls, and little code behind the subform,
you may find it easier to delete the subform and recreate it.
Choose AutoForm-Columnar. Then open the form in design view and change the
form's 'default view' and 'views allowed' to datasheet.
--
Joan Wild
Microsoft Access MVP
"Conner Stevens" <cstevens@heavymonkey.com> wrote in message
news:viiug16n2som99@corp.supernews.com...look> I have a subform that is in datasheet view. I notice that when I go to
> design view there is a header and footer and there are text descriptions
> above each field. When I go to form view, I only get the "spreadsheet"> with the actual field names as the column headers. Is there any way to
> change this?
>
> Thanks,
>
> CS
>
>
Joan Wild Guest



Reply With Quote

