Re: Search and insert into continuous subform
- From: "Mike Painter" <mddotpainter@xxxxxxxxxxxxx>
- Date: Tue, 16 Sep 2008 07:30:02 -0700
tompk wrote:
I have a form (Frm_RTP_MAIN) with a continuous subformAccess adds all records to the end of the file and uses indexes to show any
(Frm_MAIN_MULTIPLES) that has a search button on it. It opens a
search form that allows the user to search the main table records and
highlight the record they want to add. I have the code pasted below
that I have used in other search forms (which are not continuous and
open a main form instead of a subform).
When I use this code, it opens the form but I actually want it to
insert the record into the row in the continous subform inside the
main form. And then continue searching and adding records as many
times as they need to. There is an Add button to for when their
search comes up null.
other order so you can't just insert the row into the subform.
You could pop up a form, fill it in , then have it "inserted" in some way by
a requery.
If it's inserted in an alph or numerical sequence and will "fit" there is
not problem.
If it is an arbitrary insertion, (John goes between Fred and Adam.) then you
have a prolem.
I can think of only one way to do this and it would be awkward.
.
- Follow-Ups:
- Re: Search and insert into continuous subform
- From: tompk
- Re: Search and insert into continuous subform
- References:
- Search and insert into continuous subform
- From: tompk
- Search and insert into continuous subform
- Prev by Date: Re: Access screen size
- Next by Date: Newbie Question on Forms
- Previous by thread: Search and insert into continuous subform
- Next by thread: Re: Search and insert into continuous subform
- Index(es):
Relevant Pages
|