CAN'T ENTER DATA TO THE DATABASE

  • Thread starter I sure could use some help.
  • Start date
I

I sure could use some help.

When entering data into the database I receive the followig Prompt "The
expression you entered has a function name that microsoft office access can't
find" How do I correct this?
 
D

Dorian

Go into debug and find the problem code then post it here.
Maybe you are missing a reference.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
 
J

John W. Vinson

When entering data into the database I receive the followig Prompt "The
expression you entered has a function name that microsoft office access can't
find" How do I correct this?

Correct the expression.... which we cannot see from here.

I presume you're using a Form? If so open the form in design view and look at
its Events tab - are there any functions or expressions listed? Or if you're
using a Query (either directly or as the recordsource for a form), open the
Query and see if you get the same error. If you do, go into SQL view and post
the SQL text to a message here.
 
A

a a r o n . k e m p f

store your logic in SQL Server so that your database doesn't get
corrupted (when someone has macros disabled)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top