(Newbie) Hi,
Form 1: has a List Box bound to Table 1. Form 2: has a Text Box bound to Table 1. When I enter text in Text Box and click "Add" button on Form 2, I want this text to appear in the List Box in Form 1.
Code so far...
'Form 2:
Private Sub btnAdd_Project_Click()
DoCmd.Close...