R
Robyn
I have a similar question to one SteveBSKSSMCH asked on 3/8/06. I have
created a form to look up client records in two unrelated tables using LName
and FName fields. If a client is in both tables or only in the second table,
the records pop up after clicking the OK button twice. However, If the client
is only in the first table, after clicking OK twice, the name disappears from
the two unbound text boxes, and I have to type in the last and first name
again, click OK (names disappear again) type in the names a second time and
click OK in order to obtain the report.
I tried using Al Camp’s suggestion to enter AfterUpdate code in the two
boxes, but that only resulted in Name? popping up in the two fields. Is there
a way to make this form work with only one click and no extra typing?
created a form to look up client records in two unrelated tables using LName
and FName fields. If a client is in both tables or only in the second table,
the records pop up after clicking the OK button twice. However, If the client
is only in the first table, after clicking OK twice, the name disappears from
the two unbound text boxes, and I have to type in the last and first name
again, click OK (names disappear again) type in the names a second time and
click OK in order to obtain the report.
I tried using Al Camp’s suggestion to enter AfterUpdate code in the two
boxes, but that only resulted in Name? popping up in the two fields. Is there
a way to make this form work with only one click and no extra typing?