M
Mark A. Sam
In the following function:
Public Function SetPubOrdJob()
SetPubOrdJob = pubOrdJob
End Function
pubOrdJob is a public variable (long integer). When pubOrdJob has a value,
the function delivers 0. Stepping through the funtion when pubOrdJob has a
value of 107734, the function delivered 0 when the break was on the End
Function line.
From the immediate window:
?pubOrdJob
107734
?SetPubOrdJob()
0
I am using Access2002 on an Access 2000 DB and Windows XP. This issue
doesn't exist on a Client machine running the same configuration.
Any ideas on why this is happening would be appreciated.
God Bless,
Mark A. Sam
Public Function SetPubOrdJob()
SetPubOrdJob = pubOrdJob
End Function
pubOrdJob is a public variable (long integer). When pubOrdJob has a value,
the function delivers 0. Stepping through the funtion when pubOrdJob has a
value of 107734, the function delivered 0 when the break was on the End
Function line.
From the immediate window:
?pubOrdJob
107734
?SetPubOrdJob()
0
I am using Access2002 on an Access 2000 DB and Windows XP. This issue
doesn't exist on a Client machine running the same configuration.
Any ideas on why this is happening would be appreciated.
God Bless,
Mark A. Sam