M
Mrstacy
On a data entry form, I'd like to allow the user to see the previous
value of a certain field and use that value or overwrite if necessary.
I made a query and referened it in the default value of the field on
the form as shown below, but it does not work
=[QryComplaint]![Complaint]
The query basically says use the primary key on the current screen to
locate the value of the most recent entry. see below
SELECT Tbl_VisitInformation.Complaint
FROM Tbl_VisitInformation
WHERE (((Tbl_VisitInformation.PatId)=[Forms]![Frm_Patient_Visit_Add]!
[PatId]));
Windows XP
Access 2003
value of a certain field and use that value or overwrite if necessary.
I made a query and referened it in the default value of the field on
the form as shown below, but it does not work
=[QryComplaint]![Complaint]
The query basically says use the primary key on the current screen to
locate the value of the most recent entry. see below
SELECT Tbl_VisitInformation.Complaint
FROM Tbl_VisitInformation
WHERE (((Tbl_VisitInformation.PatId)=[Forms]![Frm_Patient_Visit_Add]!
[PatId]));
Windows XP
Access 2003