Error 1104

R

Roy Goldhammer

Hello there

On my access program who has database on sql server i get sometimes the
Error 1104- no message is set for this error

When can this error can occur?

--
øåòé âåìãäîø
òúéã äðãñú úåëðä
èì' 03-5611606
ôìà' 050-7709399
àéîééì: [email protected]
 
R

Rick in NS

Hi Roy:

I got this error on a form when I entered a formula referencing another
control on the form with an error in it.

In this example I wrote = Mycombo.column(5) when I should have written =
Mycombo.column(4) forgetting the column number actually start at zero rather
than one.

Hope this may be of some help.
 
Top