YoelBenYossef
Programmer
Hi there,
I'm having a problem with one of my updates. I'm using Access to write an epidimeologie assignment, and I start by updating all the date. One of my queries is:
UPDATE tblRecords SET tblRecords.recordsRightAbove = true
where [tblRecords].[recordsMRN]=tblBaseline.[baselineMRN] and tblRecords.recordsRightAbove>tblBaseline.baselineAbove;
However, whenever I run it, I get a box asking me the value of tblBaseline.[baselineMRN]. Strange thing is that I copied and pasted that line of code from a working select statement.
Anyone have any idea what I'm doing wrong?
Eric
I'm having a problem with one of my updates. I'm using Access to write an epidimeologie assignment, and I start by updating all the date. One of my queries is:
UPDATE tblRecords SET tblRecords.recordsRightAbove = true
where [tblRecords].[recordsMRN]=tblBaseline.[baselineMRN] and tblRecords.recordsRightAbove>tblBaseline.baselineAbove;
However, whenever I run it, I get a box asking me the value of tblBaseline.[baselineMRN]. Strange thing is that I copied and pasted that line of code from a working select statement.
Anyone have any idea what I'm doing wrong?
Eric