SimonPGreen
IS-IT--Management
Hi,
Can anyone point me in the right direction on the best way to achieve the following:
Two Related Tables 1:Many with from bound to each
Packages Applications
On open or current event on Packages form do the following (shown in psuedo mixed code for clarity(ish)):
curTempAppValue = Select TOP 1 applications.curForecastValue from Applications where applications.FKPackageRef = Form!Packages!txtPKPackageRef ORDER BY applications.intValuationNumber DESC
If Me!curLetterOfIntentValue.value <= curTempAppValue me!curLetterOfIntentValue.Backcolor = 255
Appreciate any advice.
Simon
Can anyone point me in the right direction on the best way to achieve the following:
Two Related Tables 1:Many with from bound to each
Packages Applications
On open or current event on Packages form do the following (shown in psuedo mixed code for clarity(ish)):
curTempAppValue = Select TOP 1 applications.curForecastValue from Applications where applications.FKPackageRef = Form!Packages!txtPKPackageRef ORDER BY applications.intValuationNumber DESC
If Me!curLetterOfIntentValue.value <= curTempAppValue me!curLetterOfIntentValue.Backcolor = 255
Appreciate any advice.
Simon