Hi.
Plz tell me that how can i disable record navigation when a user use:
Page up
Page Down
Navigation Buttons
Mouse Wheel
(Any Other Way).
Thank You
--
Message posted via http://www.accessmonster.com
|
|
0
|
|
|
|
Reply
|
malik
|
1/4/2010 12:53:51 PM |
|
If you want only new records, open the form that way:
DoCmd.OpenForm, "FormName", , , , acFormAdd
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"malik via AccessMonster.com" <u49026@uwe> wrote in message
news:a19b729f93ac9@uwe...
> Hi.
> Plz tell me that how can i disable record navigation when a user use:
>
> Page up
> Page Down
> Navigation Buttons
> Mouse Wheel
> (Any Other Way).
>
> Thank You
>
> --
> Message posted via http://www.accessmonster.com
>
|
|
0
|
|
|
|
Reply
|
Arvin
|
1/4/2010 1:03:16 PM
|
|
It Works.
Thank you Bro
Arvin Meyer [MVP] wrote:
>If you want only new records, open the form that way:
>
>DoCmd.OpenForm, "FormName", , , , acFormAdd
>> Hi.
>> Plz tell me that how can i disable record navigation when a user use:
>[quoted text clipped - 6 lines]
>>
>> Thank You
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/201001/1
|
|
0
|
|
|
|
Reply
|
malik
|
1/4/2010 1:41:23 PM
|
|