dbTalk Databases Forums  

Unlocking the form

comp.databases.ms-access comp.databases.ms-access


Discuss Unlocking the form in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
rwpearson@clear.net.nz
 
Posts: n/a

Default Unlocking the form - 01-26-2009 , 03:14 PM






I have a subform, (Subform1) from which I open another form (Form1)
to a specific record, however, once I have opened Form1 I cannot
scroll through the various records as it remains locked on the record
to which it opens. I know this it obviously logical but is there a way
to scroll through the various records in Form1 once I have opened it?

TIA

Reply With Quote
  #2  
Old   
Tom van Stiphout
 
Posts: n/a

Default Re: Unlocking the form - 01-26-2009 , 09:01 PM






On Mon, 26 Jan 2009 13:14:26 -0800 (PST), rwpearson (AT) clear (DOT) net.nz
wrote:

You're probably doing something like this:
DoCmd.OpenForm "Customers", , , "ID=1"

If so, this filters the form to the record with the given
where-clause. Simply clear the filter and the form will show all
records again.

-Tom.
Microsoft Access MVP


Quote:
I have a subform, (Subform1) from which I open another form (Form1)
to a specific record, however, once I have opened Form1 I cannot
scroll through the various records as it remains locked on the record
to which it opens. I know this it obviously logical but is there a way
to scroll through the various records in Form1 once I have opened it?

TIA

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.