Ask a Question related to Microsoft Access, Design and Development.
-
NH #1
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....
When I open the form using the menu, it opens fine, but if I then if I
attempt to open it again (I.e. had forgotten it was already open, or want to
give it focus), it then switches to Form view, which SHOULD be disabled??
Is Access supposed to act in this way?
Is there any way I can prevent this??
Thanks,
Nick
NH Guest
-
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... -
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... -
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... -
Van T. Dinh #2
Re: switching Datasheet / Form view
In the second instance, you probably use the OpenForm Method with default
View (acNormal) which will open (or activate) the Form in (normal) Form
view. VBA code will override the Form's settings.
Check Access VB Help on the OpenForm Method and specify the appropriate
value for the View argument.
--
HTH
Van T. Dinh
MVP (Access)
"NH" <nhNOSPAMPLEASE@trada.net> wrote in message
news:u9RRJaTTDHA.2676@TK2MSFTNGP10.phx.gbl...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 onlyto> enabled....
>
> When I open the form using the menu, it opens fine, but if I then if I
> attempt to open it again (I.e. had forgotten it was already open, or want> give it focus), it then switches to Form view, which SHOULD be disabled??
>
> Is Access supposed to act in this way?
> Is there any way I can prevent this??
>
> Thanks,
>
> Nick
>
>
>
Van T. Dinh Guest



Reply With Quote

