I have a data entry form that I want the current date to be automatically added. When I add this function to that field it returns the following error:
----------
You may have used a DoEvents, LBound, UBound, Spc, or Tab function in an expression.
You may have used an SQL aggregate function, such as Count, in a design grid or in a calculated control or field.
----------
I did have a query with a Count which I deleted from the databased, but still get the error. I get the same error in any form that I create in this database, so it seems to be database-wide rather than an error within the form itself.
Any ideas ???
I have successfully done this in several other databases without a problem.
I appreciate any suggestions. Thank you.
----------
You may have used a DoEvents, LBound, UBound, Spc, or Tab function in an expression.
You may have used an SQL aggregate function, such as Count, in a design grid or in a calculated control or field.
----------
I did have a query with a Count which I deleted from the databased, but still get the error. I get the same error in any form that I create in this database, so it seems to be database-wide rather than an error within the form itself.
Any ideas ???
I have successfully done this in several other databases without a problem.
I appreciate any suggestions. Thank you.