Bill4tektips
Technical User
I have two tables, tblFeedback and tblBMS_Documents. I have a Form called frmFeedback in which there is two fields called ProcessNumber and ProcessTitle. What I am trying to do is get the ProcessTitle field to fill in when the ProcessNumber field is filled in. The table tblBMS_Documents holds the base information as to Process Number and Process Title. In the ProcessNumber field I have the Row Source as "SELECT tblBMS_Documents.DocumentNumber FROM tblBMS_Documents;" but I do not know how to get the ProcessTitle field to update to add the Title.