I have a database (2000) whose code works fine on my home computer, but not when I brought it to work to begin implementation.
I make the following assignment in code in a Form-Load event:
Forms![Experiment_Num_FRM]![TestNumber] = LastTestNum
[TestNumber] is a textbox and LastTestNum is declared as an integer in the Form-Load event. When this line of code executes it gives the following error message:
"Function is not available in expressions in table-level validation expression"
Can anyone offer any explanations and/or work-arounds to what is happening??????
I make the following assignment in code in a Form-Load event:
Forms![Experiment_Num_FRM]![TestNumber] = LastTestNum
[TestNumber] is a textbox and LastTestNum is declared as an integer in the Form-Load event. When this line of code executes it gives the following error message:
"Function is not available in expressions in table-level validation expression"
Can anyone offer any explanations and/or work-arounds to what is happening??????