Re: Forms not working together well

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



With the info you've given, I think you just need to do an Update or Refresh
on form1 before opening/creating subform2.
Probably the data you just entered in form1 has not updated to the table
yet, so a combo query based on that field would not show that new entry.

I'm a bit unsure why you're "linking" the 2 subforms by a text Decription
field. They usually should be linked via a unique identifier (key field) on
the main form. Sounds like you'll end up with duplicate Descriptions, and
cause subform records from other records to appear in your subform.
Maybe I misunderstood...

--
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions

"Mike101338" <Mike101338@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:893CED92-F85B-428B-AE09-BFD417AD30FE@xxxxxxxxxxxxxxxx
>I have a series of 3 forms. The first form is primarily data entry. The
> person entering data makes the determination if the second form is
> necessary.
> If the information requires the second form, the data entry person checks
> the
> box stating the next form is necessary. I wrote the macro for the second
> form
> to automatically open.
>
> The two forms are linked via a control box I'll name "description". On the
> second form, I'm doing a drop down menu to force the data entry person to
> select from the list of "description" entered within any of the first
> forms.
> Everything works well, except I can not get the content in the
> "description"
> from form 1 to be available as a choice on form 2 until after I've
> finished
> and closed form 1.
>
> Any thoughts on how to get past this?


.



Relevant Pages

  • Re: Linked Form Not Allowing New Records
    ... Consider using a tab control and putting a subform on each tab. ... That will mean that you can only use the second form when the first is ... record on the first form when it was originally opened. ... Rick Brandt, Microsoft Access MVP ...
    (microsoft.public.access.forms)
  • RE: restrict subform to new entries only
    ... history subform. ... can I requery the prior call history subform. ... One query for the data entry, ...
    (microsoft.public.access.forms)
  • Re: restrict subform to new entries only
    ... > history subform. ... can I requery the prior call history subform. ... If the data entry subform is ...
    (microsoft.public.access.forms)
  • RE: Cant add new record to form
    ... you might try playing with a subform command tool. ... items (a breakdown of one of the cost totals) from the Main Data. ... then I created the second form and used a command ...
    (microsoft.public.access.forms)
  • Re: Plugging a primary key into a foreign key field of another tab
    ... >sub_form allows data entry of a breakdown of various items making up the main ... I wanted to have sub_sub_form grandchild to ... >> To display a Continuous form as a SubForm of a Continuous form you ... >> hth - RuralGuy ...
    (microsoft.public.access.formscoding)