I have a form (Form1) with a subform (subform1) having text fields text1,text2,text3 etc.
When I open the form, I would like to choose a record and then via command button,start a append query that copies exactly this record to another table.
Now my problem is that the append query picks up more than 1 record though I have put the criteria in the append query field as Forms![Form1]![subform1]![text1]
I would like to add that there is nothing unique in the text fields text1,text2 etc which is actually causing this problem.
Any help will be greatly appreciated.
When I open the form, I would like to choose a record and then via command button,start a append query that copies exactly this record to another table.
Now my problem is that the append query picks up more than 1 record though I have put the criteria in the append query field as Forms![Form1]![subform1]![text1]
I would like to add that there is nothing unique in the text fields text1,text2 etc which is actually causing this problem.
Any help will be greatly appreciated.