Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sfrm Recall after Source tbl UpDated

Status
Not open for further replies.

bepaling

Technical User
Jan 28, 2005
10
CA
Hey Team,

Some background: I have frmWorkDirective with sfrmMaterialsList. User inputs all information for the WorkDirective, then inputs all Materials used on MaterialList.

Problem is, with new parts coming in as we expand, they aren't all in the Source Table: tblMaterials. So, I created a new Form to create the New Materials (frmNewMaterial). On frmWorkDirective I have a Command Button that will open frmNewMaterial & automatically go to New Record. The User can input the New Material, Save the Record & Close the Form.

However, when I go back to sfrmMaterialsList, the New Material just created doesn't show up. Any thoughts/ideas on how to rectify this problem?

Cheers
 
Have you tried to Requery sfrmMaterialsList ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
the New Material just created doesn't show up
Where ? A combo ?
Try to Requery it.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Thanks all. I realized that I was looking for the display information in the wrong spot. But, for those that are interested, I did manage to get it to ReQuery using the following Code:

Code:
Forms!frmWorkDirective!sfrmMaterialsList.Requery
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top