Hi,
on a similar note, 

I've got 4-5 forms which show different data from the same source table.

I've got buttons on each form so that the user can jump between them,
but how can I get the new form to open on the same record that the
user was looking at on the previous form?

I don't want to do a recordset of just the one record, after jumping
to the new form I still want all records available.

I tried to do:

newForm.CurrentRecord = oldForm.CurrentRecord


but it failed because CurrentRecord is a read-only property.

any ideas?

thanks,
Owen



--- In [email protected], "icxic" <[EMAIL PROTECTED]> wrote:
> Masuma,
> 
> I'd suggest creating the form, then adding a combo box to the form,
> and synchronize the combo box to the main record display.
> 
> I did a quick google search and found this tutorial that walks through
> the steps:
> http://www.ageesw.com/access.htm
> 
> --- In [email protected], "masuma_tumpa"
> <[EMAIL PROTECTED]> wrote:
> > Hello all,
> > 
> > Can any body help me? Say I have 1000 record in my table. Now I want
> > to display in my form the 150th record or I want to show the record by
> > specific id no. Please let me know the configure and code (VB) in 
> > Access.
> > 
> > Thanks in advance
> > 
> > Masuma




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AccessVBACentral/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to