I feel stupid here. I set up this database but have not had to add anything to it for awhile. The database is for a Head Start child tracking. The main form is "ChildInfo". I have several command buttons at the bottom of the form that links to other tables. I want to add another one, but for the life of me I can't remember how I did the other ones.
In the ChildInfo table I have a field called ID, which is set to auto number.
On all my other command buttons, when I access them from the main form the data comes up with the child's name and DOB in the footer.
When I have tried to add another command button in to add the form "FamilyNeeds", it doesn't link the "ChildInfo" ID number and starts at ID=0. It will not let me add any other info and gives kme an error message.
I want to be able to call up the "FamilyNeeds" and link it to the current record of the "ChildInfo" form. Any suggestions?
In the ChildInfo table I have a field called ID, which is set to auto number.
On all my other command buttons, when I access them from the main form the data comes up with the child's name and DOB in the footer.
When I have tried to add another command button in to add the form "FamilyNeeds", it doesn't link the "ChildInfo" ID number and starts at ID=0. It will not let me add any other info and gives kme an error message.
I want to be able to call up the "FamilyNeeds" and link it to the current record of the "ChildInfo" form. Any suggestions?