G
Guest
I have a form (12002Verify) that is being used to verify data from physical
records. The form is set on single form view. I want to be able to use a
field in the header that will provide the location data for the records we
verify. So, for each record we enter the accession info, and want the "On
Update" code to take the data from the field in the header and insert it into
a field in the current record open for editing. I know that I am showing my
age, but with FoxPro one just used the "CurrRec" function. I know there is
probably a "Focus" phrase I'm missing.
The control in the header is "OverLoc"
The field in the detail to receive the data is "Location"
Here is one of many SQL statements that didn't work:
UPDATE 12002Verify SET 12002Verify.Location = Forms!InvVerifier!OverLoc
WHERE ((CURSOR_STATUS("Local",Forms!InvVerifier!Location)=1));
Thanks again for helping...
Bill
records. The form is set on single form view. I want to be able to use a
field in the header that will provide the location data for the records we
verify. So, for each record we enter the accession info, and want the "On
Update" code to take the data from the field in the header and insert it into
a field in the current record open for editing. I know that I am showing my
age, but with FoxPro one just used the "CurrRec" function. I know there is
probably a "Focus" phrase I'm missing.
The control in the header is "OverLoc"
The field in the detail to receive the data is "Location"
Here is one of many SQL statements that didn't work:
UPDATE 12002Verify SET 12002Verify.Location = Forms!InvVerifier!OverLoc
WHERE ((CURSOR_STATUS("Local",Forms!InvVerifier!Location)=1));
Thanks again for helping...
Bill