I have a form that includes a variety of information that is recorded on intake. There are two fields that are unique, one is DistrictID and the other is StudentId. Among others, the fields that I am interested in transferring to another table are the DistrictAddress1, DistrictAddress2, DistrictCity, DistrictState, and DistrictZip.
In a second table I have Billing Information. Included in this table are StudentID, DistrictID, DistrictAddress, DistrictCity, DistrictState and DistrictZip. I want to be able to have the fields populate automatically when I enter in the StudentID.
I set up a relationship based upon the StudentID, but I just can't get the information to enter into the fields in Billing automatically when I type in the StudentID.
Can anyone help?
In a second table I have Billing Information. Included in this table are StudentID, DistrictID, DistrictAddress, DistrictCity, DistrictState and DistrictZip. I want to be able to have the fields populate automatically when I enter in the StudentID.
I set up a relationship based upon the StudentID, but I just can't get the information to enter into the fields in Billing automatically when I type in the StudentID.
Can anyone help?