J
Josh
I requery a form that has two tables connected with a LEFT
JOIN in order to get access to the fields in both tables
for editing.
The backend is SQL Server 2k and I programmatically
generate a record in the 2nd table when conditions warrant
after inserting a new record into the 1st table.
After requery, I need to return to the record being
edited. The bookmark method does not work after requery.
Another suggestion was to store the recordID in a separate
table prior to requery. That seems awkward. Is that my
best option?
Thanks so much for your help.
Josh
JOIN in order to get access to the fields in both tables
for editing.
The backend is SQL Server 2k and I programmatically
generate a record in the 2nd table when conditions warrant
after inserting a new record into the 1st table.
After requery, I need to return to the record being
edited. The bookmark method does not work after requery.
Another suggestion was to store the recordID in a separate
table prior to requery. That seems awkward. Is that my
best option?
Thanks so much for your help.
Josh