I think I asked my question wrong. I have a button tha topens the add a new
make of car. I do so add the car close the form. I then open the form add a
new model which requires me to select a make once I enter the mode. Process
goes User enters: Ford in the make form, this adds ford to the Make table.
Then user opens add a model users type say Ranger then slects the make to tie
it to; ford in this case. Trouble ford does not show unless I close all
forms then reopen. I checked what you said and they are set to no. I think I
asked th wrong question. I hope this helps. thanks for replying so quickly.
"Maurice" wrote:
> Your form is set to [data entry] if you set this property to [no] you will
> see the data you just entered in the form.
>
> - in form design - properties of the form - data entry =no
>
> hth
> --
> Maurice Ausum
>
>
> "tonkaplayer" wrote:
>
> > I have a command button that open a form that will allow user to add a new
> > make and/or model of car. Adding a model requires typing in the new model
> > name and then selecting the apporpriate make to tie it two. This works well.
> > My question is if I need to add a new make of car then model my new make
> > does not show unless I close and reopen the forms. The make of car is keep
> > in table called (creatively) make. The model is stored in table model. I
> > guess I am asking is there a refresh/forced update I can put in say the after
> > update property?
|