Hi there! New to posting but have been helped immensely by other posts/responses. You guys rock.
Anyway - I have two tables, a "person" table w/some basic demographic information (person_id is primary key), and a "contact" table (contact_id is primary key, table includes person_id field and tables are linked one-to-many in relationships). I have created a form w/some of the "person" data displaying, and a subform w/all the related "contacts" for that person displaying continuously. All that is working just fine.
However, I'm trying to have the blank record which normally appears at the bottom of the continuous form, appear at the top of the form instead. This will prevent the need for users to scroll to the bottom of a potentially long list of "contacts" in the subform to enter a new record. Any ideas? Or is there a better way to do this that's pretty user- (and developer-) friendly?
Thanks in advance!
Anyway - I have two tables, a "person" table w/some basic demographic information (person_id is primary key), and a "contact" table (contact_id is primary key, table includes person_id field and tables are linked one-to-many in relationships). I have created a form w/some of the "person" data displaying, and a subform w/all the related "contacts" for that person displaying continuously. All that is working just fine.
However, I'm trying to have the blank record which normally appears at the bottom of the continuous form, appear at the top of the form instead. This will prevent the need for users to scroll to the bottom of a potentially long list of "contacts" in the subform to enter a new record. Any ideas? Or is there a better way to do this that's pretty user- (and developer-) friendly?
Thanks in advance!